Turned on SDF by default

This commit is contained in:
Guilhem Lavaux 2013-03-05 21:40:04 -05:00
parent aa3410bc78
commit 6dc5cf8cc9

View file

@ -1,7 +1,7 @@
include(FindOpenMP)
OPTION(ENABLE_OPENMP "Set to Yes if Healpix and/or you need openMP" OFF)
OPTION(SDF_SUPPORT "Set to Yes to activate support for SDF" OFF)
OPTION(SDF_SUPPORT "Set to Yes to activate support for SDF" ON)
IF(ENABLE_OPENMP)