CMakeLists.txt: removed left-over Z3 code (#4035)
This commit is contained in:
parent
3feb496197
commit
f53ad2391a
|
@ -15,9 +15,6 @@ if (BUILD_TESTS)
|
|||
if (HAVE_RULES)
|
||||
target_link_libraries(testrunner ${PCRE_LIBRARY})
|
||||
endif()
|
||||
if (USE_Z3)
|
||||
target_link_libraries(testrunner ${Z3_LIBRARIES})
|
||||
endif()
|
||||
if (WIN32 AND NOT BORLAND)
|
||||
if(NOT MINGW)
|
||||
target_link_libraries(testrunner Shlwapi.lib)
|
||||
|
|
Loading…
Reference in New Issue