mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 21:00:17 -06:00
CPack learned the `CPACK_PRE_BUILD_SCRIPTS`, `CPACK_POST_BUILD_SCRIPTS`, and `CPACK_PACKAGE_FILES` variables. The first two are lists of scripts to perform - after pre-install files into a staging directory and before producing the resulting packages - after produsing the packages The post-build script(s) also get the list of actually produced packages in the `CPACK_PACKAGE_FILES`. Issue: #19077
6 lines
211 B
ReStructuredText
6 lines
211 B
ReStructuredText
cpack-pre-and-post-build-scripts
|
|
--------------------------------
|
|
|
|
* CPack learned the :variable:`CPACK_PRE_BUILD_SCRIPTS`, :variable:`CPACK_POST_BUILD_SCRIPTS`,
|
|
and :variable:`CPACK_PACKAGE_FILES` variables.
|