projects
/
project
/
ugps.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32a6b2b
)
link libm to fix build error
author
Felix Fietkau
<nbd@nbd.name>
Sat, 11 Feb 2017 16:51:50 +0000
(17:51 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Sat, 11 Feb 2017 16:51:53 +0000
(17:51 +0100)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 7fe7a165e56d8f2b56e02426843351af906cee59..76c910304a6d0e55417c2a611bf7f375712d694f 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-19,7
+19,7
@@
INCLUDE_DIRECTORIES(${ubox_include_dir} ${ubus_include_dir})
ADD_EXECUTABLE(ugps ${SOURCES})
-TARGET_LINK_LIBRARIES(ugps ${ubox} ${ubus})
+TARGET_LINK_LIBRARIES(ugps ${ubox} ${ubus}
m
)
INSTALL(TARGETS ugps
RUNTIME DESTINATION sbin