CMakeLists.txt: removed left-over Z3 code (#4035)

This commit is contained in:
Oliver Stöneberg 2022-04-21 12:54:16 +02:00 committed by GitHub
parent 3feb496197
commit f53ad2391a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -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)