File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ set(ARCHITECTURE "native") # CPU architecture to optimize for (only relev
1414# options
1515option (BUILD_DOC "Build documentation" OFF )
1616option (COMPILER_WARNINGS "Enable compiler warnings" ON )
17- option (ENABLE_MULTITHREADING "Link the default multithreading library for the current target system" ON )
17+ option (ENABLE_MULTITHREADING "Link the default multithreading library for the current target system" OFF )
1818option (MAKE_32_BIT_BINARY "Compile as 32 bit application. No effect on 32 bit Systems" OFF )
1919option (OPENMP "enable openmp" OFF )
2020option (OPTIMIZE_DEBUG "apply optimizations also in debug mode" ON )
@@ -23,7 +23,7 @@ option(CLANG_TIDY "use clang-tidy" OFF)
2323option (OPTIMIZE_FOR_ARCHITECTURE "enable optimizations for specified architecture" OFF )
2424option (LTO_ENABLED "enable interprocedural and link time optimizations" ON )
2525option (COMPILER_EXTENSIONS "enable compiler specific C++ extensions" OFF )
26- option (BETA_VERSION "version is a beta version" ON )
26+ option (BETA_VERSION "version is a beta version" OFF )
2727set (BETA_VERSION_NR 1)
2828
2929# ======================================================================================================================
You can’t perform that action at this time.
0 commit comments