Skip to content

CPack: Implement new variable CPACK_CUSTOM_INSTALL_VARIABLES

Nils Gladitz requested to merge nilsgladitz/cmake:cpack-install-opts into master

The new variable allows projects to define custom key=value pairs of variables to be set in CPack cmake_install.cmake script invocations.

This allows install(SCRIPT|CODE) to be parameterized at runtime.

Merge request reports