diff --git a/build/CMakeLists.txt b/build/CMakeLists.txt index 6cb57f6..12b90a4 100644 --- a/build/CMakeLists.txt +++ b/build/CMakeLists.txt @@ -12,4 +12,4 @@ include_directories (../include) aux_source_directory(../src CPP_UTILS_LIB_SOURCES) add_library (CppUtils SHARED ${CPP_UTILS_LIB_SOURCES}) -target_link_libraries(CppUtils pthread rt gcov mysqlclient) +target_link_libraries(CppUtils pthread rt gcov )