projects
/
fov120.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
184112f
)
changed order for linked libraries to avoid crashes on slack machine, idiot bug
master
author
Rafael Gaitán Linares
<rgaitan@sparrow-2.local>
Mon, 7 Dec 2009 22:31:32 +0000
(23:31 +0100)
committer
Rafael Gaitán Linares
<rgaitan@sparrow-2.local>
Mon, 7 Dec 2009 22:31:32 +0000
(23:31 +0100)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 19df10c804e5de85d0ff66b4e40f666d944d9104..a1a41d7041846f761c1ce65a882f14585abd69d3 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-68,8
+68,8
@@
include_directories(
OPTION(FINAL_VERSION "Set to on to remove all link libraries that are not needed in the final version" OFF)
\r
\r
SET(LIBRARIES
\r
- m
\r
dl
\r
+ m
\r
${CMAKE_THREAD_LIBS_INIT}
\r
)
\r
IF(APPLE)
\r