changed order for linked libraries to avoid crashes on slack machine, idiot bug master
authorRafael Gaitán Linares <rgaitan@sparrow-2.local>
Mon, 7 Dec 2009 22:31:32 +0000 (23:31 +0100)
committerRafael Gaitán Linares <rgaitan@sparrow-2.local>
Mon, 7 Dec 2009 22:31:32 +0000 (23:31 +0100)
CMakeLists.txt

index 19df10c804e5de85d0ff66b4e40f666d944d9104..a1a41d7041846f761c1ce65a882f14585abd69d3 100644 (file)
@@ -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
 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
        dl\r
+       m\r
        ${CMAKE_THREAD_LIBS_INIT}\r
 )\r
 IF(APPLE)\r
        ${CMAKE_THREAD_LIBS_INIT}\r
 )\r
 IF(APPLE)\r