Skip to content

Commit cf97bf8

Browse files
authored
Disable USE_IPOLATES and USE_SPECTRAL by default
1 parent 080cdb0 commit cf97bf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ option(USE_NETCDF4 "Use NetCDF-4?" on)
1515
option(USE_REGEX "Use Regex?" on)
1616
option(USE_TIGGE "Use tigge?" on)
1717
option(USE_MYSQL "Use MySQL?" off)
18-
set(USE_IPOLATES "3" CACHE STRING "")
19-
option(USE_SPECTRAL "Use SP lib?" on)
18+
set(USE_IPOLATES "0" CACHE STRING "")
19+
option(USE_SPECTRAL "Use SP lib?" off)
2020
option(USE_UDF "Use UDF?" off)
2121
option(OPENMP "Use OpenMP?" off)
2222
option(USE_PROJ4 "Use Proj4?" off)

0 commit comments

Comments
 (0)