Skip to content

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

Felix Weiglhofer requested to merge fweig/cbmroot:mcbm-par-fork into master

Enabled switching to mcbm forks via:

cmake -DCBM_MCBM_PARS=ON build

And to switch back:

cmake -DCBM_MCBM_PARS=OFF build

@p.-a.loizeau, marked this as draft because I'm not sure this is something we even want. Certainly makes things easier for me to generate the online setups from these forks. But I'd much rather figure out how we can get rid of these forks.

Merge request reports