mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 11:22:21 -06:00
The singular name `CPACK_INSTALL_SCRIPT` has existed but was not linked from the CPack documentation. Also, it supported multiple values and should have had a plural name. Add a plural-named alternative now. If both `CPACK_INSTALL_SCRIPTS` and `CPACK_INSTALL_SCRIPT` are set then ignore the latter with a warning. Signed-off-by: Alex Turbov <i.zaufi@gmail.com>
6 lines
194 B
ReStructuredText
6 lines
194 B
ReStructuredText
cpack-install-scripts
|
|
---------------------
|
|
|
|
* The ``CPACK_INSTALL_SCRIPT`` variable has been deprecated in favor of the
|
|
new, more accurately named :variable:`CPACK_INSTALL_SCRIPTS` variable.
|