From 1ca40df6986832b43b23c91bdeb5477cc77bf40b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafael=20Gait=C3=A1n=20Linares?= Date: Mon, 7 Dec 2009 23:31:32 +0100 Subject: [PATCH] changed order for linked libraries to avoid crashes on slack machine, idiot bug --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.34.1