Skip to content
Snippets Groups Projects
Commit 2a3ded6e authored by Jannis Linxweiler's avatar Jannis Linxweiler Committed by kutscher
Browse files

disable default support for OpenMP on Apple LLVM

parent ddd7a38a
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,10 @@ MACRO(SET_COMPILER_SPECIFIC_FLAGS compiler_type build_type)
OPTION(USE_OPENMP "activate open" ON)
IF(APPLE)
SET(USE_OPENMP OFF)
ENDIF()
###############################################################################################################
## Flags ruecksetzen
###############################################################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment