projects
/
volk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
661de99
)
libm-link
author
A. Maitland Bottoms
<bottoms@debian.org>
Sun, 4 Feb 2018 18:12:21 +0000
(18:12 +0000)
committer
A. Maitland Bottoms
<bottoms@debian.org>
Sun, 4 Feb 2018 18:12:21 +0000
(18:12 +0000)
Gbp-Pq: Name libm-link
lib/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/lib/CMakeLists.txt
b/lib/CMakeLists.txt
index dd3e05a7c37396dac42b58958be6fd5ea7ade97a..e8aef54551d71f66534e31afd102d33c4a07cc0f 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")