Skip to content

Commit

Permalink
Fixed openmp issue for Apple
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois committed Mar 21, 2016
1 parent a44d32f commit 3807259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ set(GLIMPSE_SRC src/survey.cpp
src/wavelet_transform.cpp)

if(APPLE)
set(CMAKE_CXX_FLAGS "-DMACOS -O3 -fpermissive -fopenmp")
set(CMAKE_CXX_FLAGS "-DMACOS -O3 -fpermissive")
set(CMAKE_C_FLAGS "-O3 -fpermissive")
else(APPLE)
set(CMAKE_CXX_FLAGS "-O3 -fpermissive -fopenmp")
Expand Down

0 comments on commit 3807259

Please sign in to comment.