Fix linking error for test_stl with GCC

This commit is contained in:
Hugues Delorme 2015-06-29 12:33:07 +02:00
parent 9ec37f9a88
commit 45fdf31289

View File

@ -293,6 +293,7 @@ add_executable(
if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMPILER_IS_CLANG)
target_link_libraries(test_internal m) # -lm
target_link_libraries(test_stl m) # -lm
endif()
add_test(test_internal test_internal)