mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
Turned on SDF by default
This commit is contained in:
parent
aa3410bc78
commit
6dc5cf8cc9
1 changed files with 1 additions and 1 deletions
2
external/external_build.cmake
vendored
2
external/external_build.cmake
vendored
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue