Skip to content

Commit

Permalink
By default, do not use OpenMP.
Browse files Browse the repository at this point in the history
  • Loading branch information
micaeljtoliveira committed Aug 15, 2023
1 parent e357a7c commit ec42899
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 @@ -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}")
Expand Down

0 comments on commit ec42899

Please sign in to comment.