Skip to content

SuperbuildMacros: pass through compiler settings

When using custom compiler settings through the environment, if they are not also given to every build of the superbuild, subprojects may not select the correct compiler. Pass them explicitly to CMake projects and through the environment to non-CMake projects.

Fixes: #67 (closed)

Merge request reports