mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
Provide the just-built cython to cosmotool. Forced to reorganize the order of the call to ExternalProject
This commit is contained in:
parent
63c7757662
commit
b5e3086801
5 changed files with 60 additions and 32 deletions
15
external/base_external.cmake
vendored
Normal file
15
external/base_external.cmake
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
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" ON)
|
||||
|
||||
IF(ENABLE_OPENMP)
|
||||
|
||||
IF (NOT OPENMP_FOUND)
|
||||
MESSAGE(FATAL_ERROR "No known compiler option for enabling OpenMP")
|
||||
ENDIF(NOT OPENMP_FOUND)
|
||||
|
||||
ENDIF(ENABLE_OPENMP)
|
||||
|
||||
SET(BUILD_PREFIX ${CMAKE_BINARY_DIR}/ep_build)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue