Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
COMP: Fix build ensuring inner-build doesn't override the outer build
* Ensure inner-build doesn't override the outer build by setting the EXTENSION_BUILD_SUBDIRECTORY variable specific to the SuperBuild extension layout. * Fix inner build ensuring the Slicer_DIR variable is propagated. * Ensure the Git executable is consistently set and remove obsolete workaround. Note also that Subversion is not used anymore. * Ensure CMake options specific to CXX standard are propagated. * Remove obsolete <proj>_USE_GIT_PROTOCOL variable. It is now defined and set in the ExternalProjectDependency CMake module. Note also that the default is now set to "https" as GitHub removed unauthenticated access through the git protocol. See https://github.blog/2021-09-01-improving-git-protocol-security-github/ * Remove obsolete MIDAS_PACKAGE_* variables. Upload of extension is done using a different mechanism. See Slicer/Slicer@359f95c9b (COMP: Simplify extension package upload logic removing midas support) * Remove explicit and incorrect setting of CMAKE_BUILD_TYPE option. The option is set only for single-config CMake generator (e.g Unix Makefiles) after calling "include(${Slicer_USE_FILE})" which indirectly includes the "SlicerInitializeBuildType" CMake module.
- Loading branch information