Skip to content

COMP: consistently pass chosen compilers to sub-builds

Created by: Chaircrusher

There was trouble with building Slicer with a compiler other than the system-default compiler, because the CMAKE_C_COMPILER and CMAKE_CXX_COMPILER variables weren't being passed to external project builds.

Merge request reports