Fix build
Some day I will understand CMake syntax. Promised!
This commit is contained in:
parent
e9e055dcca
commit
af134dbbda
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ endif()
|
|||
|
||||
find_package(libhybris)
|
||||
set_package_properties(libhybris PROPERTIES TYPE OPTIONAL PURPOSE "Required for libhybris backend")
|
||||
set(HAVE_LIBHYBRIS libhybris_FOUND)
|
||||
set(HAVE_LIBHYBRIS ${libhybris_FOUND})
|
||||
|
||||
find_package(X11)
|
||||
set_package_properties(X11 PROPERTIES DESCRIPTION "X11 libraries"
|
||||
|
|
Loading…
Reference in a new issue