We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3feb496 commit f53ad23Copy full SHA for f53ad23
1 file changed
test/CMakeLists.txt
@@ -15,9 +15,6 @@ if (BUILD_TESTS)
15
if (HAVE_RULES)
16
target_link_libraries(testrunner ${PCRE_LIBRARY})
17
endif()
18
- if (USE_Z3)
19
- target_link_libraries(testrunner ${Z3_LIBRARIES})
20
- endif()
21
if (WIN32 AND NOT BORLAND)
22
if(NOT MINGW)
23
target_link_libraries(testrunner Shlwapi.lib)
0 commit comments