Removed redundant linking of the utils library.

This commit is contained in:
Markus Makela
2015-08-10 10:40:00 +03:00
parent bcb44ed70d
commit a74ed87d07
6 changed files with 26 additions and 26 deletions

View File

@ -1,5 +1,5 @@
add_library(readwritesplit SHARED readwritesplit.c)
target_link_libraries(readwritesplit ssl pthread log_manager utils query_classifier)
target_link_libraries(readwritesplit ssl pthread log_manager query_classifier)
install(TARGETS readwritesplit DESTINATION ${MAXSCALE_LIBDIR})
if(BUILD_TESTS)
add_subdirectory(test)