mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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)
|
pkg_config_library(GRANTLEE libgrantlee REQUIRED)
|
||||||
set(GRANTLEE_LIBRARIES "")
|
set(GRANTLEE_LIBRARIES "")
|
||||||
else()
|
else()
|
||||||
find_package(Grantlee5)
|
find_package(Grantlee5 REQUIRED)
|
||||||
set(GRANTLEE_LIBRARIES Grantlee5::Templates)
|
set(GRANTLEE_LIBRARIES Grantlee5::Templates)
|
||||||
endif()
|
endif()
|
||||||
set(SUBSURFACE_PRINTING_SRCS
|
set(SUBSURFACE_PRINTING_SRCS
|
||||||
|
|
Loading…
Add table
Reference in a new issue