Skip to content

Commit

Permalink
fix test build
Browse files Browse the repository at this point in the history
  • Loading branch information
asmuth committed Apr 4, 2015
1 parent da7f953 commit 49f8c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fnordmetric-core/build/cmake/CMakeLists.txt
Expand Up @@ -176,7 +176,7 @@ configure_file(config.h.in config.h)

if(ENABLE_TESTS)
add_library(fnord SHARED ${FNORDMETRIC_SOURCES})
target_link_libraries(fnord m)
target_link_libraries(fnord m ${MYSQL_CLIENT_LIBS})

add_executable(tests/test-sql stage/src/fnordmetric/sql/sql_test.cc)
target_link_libraries(tests/test-sql fnord)
Expand Down

0 comments on commit 49f8c8c

Please sign in to comment.