Skip to content

Commit f53ad23

Browse files
authored
CMakeLists.txt: removed left-over Z3 code (#4035)
1 parent 3feb496 commit f53ad23

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

test/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ if (BUILD_TESTS)
1515
if (HAVE_RULES)
1616
target_link_libraries(testrunner ${PCRE_LIBRARY})
1717
endif()
18-
if (USE_Z3)
19-
target_link_libraries(testrunner ${Z3_LIBRARIES})
20-
endif()
2118
if (WIN32 AND NOT BORLAND)
2219
if(NOT MINGW)
2320
target_link_libraries(testrunner Shlwapi.lib)

0 commit comments

Comments
 (0)