Skip to content

Commit

Permalink
Disable USE_IPOLATES and USE_SPECTRAL by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kgerheiser authored Aug 17, 2020
1 parent 080cdb0 commit cf97bf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ option(USE_NETCDF4 "Use NetCDF-4?" on)
option(USE_REGEX "Use Regex?" on)
option(USE_TIGGE "Use tigge?" on)
option(USE_MYSQL "Use MySQL?" off)
set(USE_IPOLATES "3" CACHE STRING "")
option(USE_SPECTRAL "Use SP lib?" on)
set(USE_IPOLATES "0" CACHE STRING "")
option(USE_SPECTRAL "Use SP lib?" off)
option(USE_UDF "Use UDF?" off)
option(OPENMP "Use OpenMP?" off)
option(USE_PROJ4 "Use Proj4?" off)
Expand Down

0 comments on commit cf97bf8

Please sign in to comment.