diff --git a/CMakeLists.txt b/CMakeLists.txt index c380690..b615478 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,7 +45,7 @@ else() endif() # Build options -set(OPENMP ON CACHE BOOL "Enable OpenMP threading") +set(OPENMP OFF CACHE BOOL "Enable OpenMP threading") message(STATUS "Build options") message(STATUS " - OPENMP ${OPENMP}")