Skip to content
Snippets Groups Projects

Add cmake option to switch parameters and geometry to mcbm fork.

Merged Felix Weiglhofer requested to merge fweig/cbmroot:mcbm-par-fork into master
3 files
+ 17
1
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 5
0
@@ -6,6 +6,11 @@
@@ -6,6 +6,11 @@
# it off execept for the checker.
# it off execept for the checker.
Option(DOWNLOAD_EXTERNALS "Download the code from the external repositories." ON)
Option(DOWNLOAD_EXTERNALS "Download the code from the external repositories." ON)
 
Option(CBM_MCBM_PARS "Download mCBM forks for geometry and parameters" OFF)
 
if (CBM_MCBM_PARS)
 
message(WARNING "MCBM PARS ENABLED: Using mcbm forks of parameters and geometry.")
 
endif()
 
if(DOWNLOAD_EXTERNALS)
if(DOWNLOAD_EXTERNALS)
Include(InstallFlesnet.cmake)
Include(InstallFlesnet.cmake)
Set(FLES_IPC_INCLUDE_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/flesnet/lib/fles_ipc PARENT_SCOPE)
Set(FLES_IPC_INCLUDE_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/flesnet/lib/fles_ipc PARENT_SCOPE)
Loading