We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfd4a4a commit 23611dcCopy full SHA for 23611dc
src/CMakeLists.txt
@@ -1023,7 +1023,7 @@ target_include_directories(libscip PUBLIC
1023
target_link_libraries(libscip
1024
PRIVATE
1025
${SYM_LIBRARIES}
1026
- $<$<BOOL:${ZLIB}>:ZLIB::ZLIB>
+ $<$<BOOL:${SCIP_WITH_ZLIB}>:ZLIB::ZLIB>
1027
${Readline_LIBRARY}
1028
${GMP_LIBRARIES}
1029
${THREAD_LIBRARIES}
@@ -1071,7 +1071,7 @@ endif()
1071
1072
target_link_libraries(scip
1073
1074
1075
1076
1077
${ZIMPL_LIBRARIES}
0 commit comments