mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00

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.
7 lines
171 B
ReStructuredText
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.
|