mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Cmake: make Grantlee5 required
Otherwise printing doesn't work. And we get weird build errors. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
65267e6e9d
commit
34930c0110
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ else()
|
|||
pkg_config_library(GRANTLEE libgrantlee REQUIRED)
|
||||
set(GRANTLEE_LIBRARIES "")
|
||||
else()
|
||||
find_package(Grantlee5)
|
||||
find_package(Grantlee5 REQUIRED)
|
||||
set(GRANTLEE_LIBRARIES Grantlee5::Templates)
|
||||
endif()
|
||||
set(SUBSURFACE_PRINTING_SRCS
|
||||
|
|
Loading…
Reference in a new issue