From: Rafael Gaitán Linares Date: Mon, 7 Dec 2009 22:31:32 +0000 (+0100) Subject: changed order for linked libraries to avoid crashes on slack machine, idiot bug X-Git-Url: http://slack.codemaniacs.com/git/?a=commitdiff_plain;p=fov120.git changed order for linked libraries to avoid crashes on slack machine, idiot bug --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 19df10c..a1a41d7 100644 --- 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) SET(LIBRARIES - m dl + m ${CMAKE_THREAD_LIBS_INIT} ) IF(APPLE)