1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00
Files
CMake/Help/release/dev/cpack-install-opts.rst
Nils Gladitz 26e36111d3 CPack: Implement new variable CPACK_CUSTOM_INSTALL_VARIABLES
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.
2021-05-24 08:21:49 +10:00

7 lines
171 B
ReStructuredText

cpack-install-opts
------------------
* The new :variable:`CPACK_CUSTOM_INSTALL_VARIABLES`
can be used to set variables in CPack ``cmake_install.cmake``
invocations.