Remove cache_stress from the build

This commit is contained in:
Johan Wikman 2019-11-13 08:31:49 +02:00
parent f6731a898d
commit 80ce599cf8

View File

@ -43,8 +43,8 @@ add_executable(test_cacheoptions
)
target_link_libraries(test_cacheoptions maxscale-common)
add_executable(cache_stress cache_stress.cc)
target_link_libraries(cache_stress ${MARIADB_CONNECTOR_LIBRARIES} ssl crypt crypto dl pthread)
#add_executable(cache_stress cache_stress.cc)
#target_link_libraries(cache_stress ${MARIADB_CONNECTOR_LIBRARIES} ssl crypt crypto dl pthread)
add_executable(cache_bugs cache_bugs.cc)
target_link_libraries(cache_bugs cache maxscale-common mysqlcommon)