diff --git a/CMake/CMakeSetCompilerFlags.txt b/CMake/CMakeSetCompilerFlags.txt index 060a82e5766c23ef09d859db2dff3e6d89d64ba4..5abf0a64a0acb27a46441f97ccf2adc5eb06a0d2 100644 --- a/CMake/CMakeSetCompilerFlags.txt +++ b/CMake/CMakeSetCompilerFlags.txt @@ -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 ###############################################################################################################