Skip to content

Adding Superbuild capabilities

Francois Budin requested to merge fbudin/engine:Superbuild into master

Instead of building BioGears once with "SUPERBUILD" CMake variable ON to build BioGears' dependencies and then manually change the value to build BioGears itself, one can simply set "SUPERBUILD" to ON to build the dependencies, and BioGears project will be built in an inner-build directory, using the dependencies built in the outer-build directory.

Merge request reports