projects
/
volk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3d729d
)
libm-link
author
A. Maitland Bottoms
<bottoms@debian.org>
Sun, 27 Aug 2017 17:44:55 +0000
(18:44 +0100)
committer
A. Maitland Bottoms
<bottoms@debian.org>
Sun, 27 Aug 2017 17:44:55 +0000
(18:44 +0100)
Gbp-Pq: Name libm-link
lib/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/lib/CMakeLists.txt
b/lib/CMakeLists.txt
index 6e2309cc5a892421585075526ba9eb3ef74174a5..32d80259cdfd7dc9ad2fac18fe6622b55a8bea79 100644
(file)
--- 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_OBJECTS:volk_obj>)
- 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")