Skip to content

Commit

Permalink
Let OPenMP be build default for mortals (#7709)
Browse files Browse the repository at this point in the history
It was comment out and hence FALSE so unless you looked very hard you would not notice and just end up without OpenMP builds.
  • Loading branch information
PaulWessel authored Aug 9, 2023
1 parent fb373d1 commit 5219810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/ConfigUserAdvancedTemplate.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
#set (LICENSE_RESTRICTED GPL)

# Allow building of OpenMP if compiler supports it
#set (GMT_ENABLE_OPENMP TRUE)
set (GMT_ENABLE_OPENMP TRUE)

# Configure default units (possible values are SI and US) [SI]:
#set (UNITS "US")
Expand Down

0 comments on commit 5219810

Please sign in to comment.