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
Files
3
+ 5
0
@@ -6,6 +6,11 @@
# it off execept for the checker.
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)
Include(InstallFlesnet.cmake)
Set(FLES_IPC_INCLUDE_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/flesnet/lib/fles_ipc PARENT_SCOPE)
Loading