Skip to content

Commit

Permalink
Change USE_OPENMP to OPENMP for consistency with other libs
Browse files Browse the repository at this point in the history
  • Loading branch information
kgerheiser authored Jul 29, 2020
1 parent d49ec38 commit 84102fe
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 @@ -18,7 +18,7 @@ option(USE_MYSQL "Use MySQL?" off)
set(USE_IPOLATES "3" CACHE STRING "")
option(USE_SPECTRAL "Use SP lib?" on)
option(USE_UDF "Use UDF?" off)
option(USE_OPENMP "Use OpenMP?" off)
option(OPENMP "Use OpenMP?" off)
option(USE_PROJ4 "Use Proj4?" off)
option(USE_WMO_VALIDATION "Use WMO Validation?" off)
option(DISABLE_TIMEZONE "Disable Timezone?" off)
Expand Down

0 comments on commit 84102fe

Please sign in to comment.