summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Core/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Core/CMakeLists.txt b/Core/CMakeLists.txt
index 263b35c..fec49da 100644
--- a/Core/CMakeLists.txt
+++ b/Core/CMakeLists.txt
@@ -62,7 +62,7 @@ if(WIN32)
message("library lib: ${LIBRARY_LIB}")
elseif(UNIX)
- set (FLAGS "-O2 -funsigned-char -Wall -Wl,--no-undefined -DCCPiReconstructionIterative_EXPORTS -std=c++0x")
+ set (FLAGS "-O2 -funsigned-char -Wall -Wl,--no-undefined -DCCPiReconstructionIterative_EXPORTS ")
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${FLAGS}")
set (CMAKE_C_FLAGS "${CMAKE_CXX_FLAGS} ${FLAGS}")
@@ -70,6 +70,7 @@ elseif(UNIX)
${Boost_LIBRARIES}
#"tiff"
"gomp"
+ "m"
)
endif()