From 510c400ccac61cb3b3187e74bfb7ad08b1edf175 Mon Sep 17 00:00:00 2001 From: "A. Maitland Bottoms" Date: Sun, 27 Aug 2017 18:44:55 +0100 Subject: [PATCH] libm-link Gbp-Pq: Name libm-link --- lib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 6e2309c..32d8025 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -544,7 +544,7 @@ if(CMAKE_VERSION VERSION_GREATER "2.8.7") #Add dynamic library add_library(volk SHARED $) - target_link_libraries(volk ${volk_libraries}) + target_link_libraries(volk ${volk_libraries} m) #Configure target properties set_target_properties(volk_obj PROPERTIES COMPILE_FLAGS "-fPIC") -- 2.30.2