We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f05302 commit 8da9838Copy full SHA for 8da9838
CMakeLists.txt
@@ -97,11 +97,10 @@ target_compile_definitions(cgimap_common_compiler_options INTERFACE
97
HAVE_CRYPTOPP=$<BOOL:${CryptoPP_FOUND}>)
98
99
if(ENABLE_YAJL)
100
- find_package(YAJL REQUIRED)
+ find_package(YAJL 2 REQUIRED)
101
endif()
102
target_compile_definitions(cgimap_common_compiler_options INTERFACE
103
- HAVE_YAJL=$<BOOL:${YAJL_FOUND}>
104
- HAVE_YAJL2=$<VERSION_GREATER_EQUAL:${YAJL_VERSION},2>)
+ HAVE_YAJL=$<BOOL:${YAJL_FOUND}>)
105
106
find_package(Fcgi REQUIRED)
107
0 commit comments