mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
ENH: Added INSTALL command as a placeholder for a future generic install specification interface. Currently it supports only a SCRIPT option specifying a script to run during the install stage.
This commit is contained in:
2
Tests/SimpleInstall/InstallScript1.cmake
Normal file
2
Tests/SimpleInstall/InstallScript1.cmake
Normal file
@@ -0,0 +1,2 @@
|
||||
MESSAGE("This is install script 1.")
|
||||
SET(INSTALL_SCRIPT_1_DID_RUN 1)
|
||||
Reference in New Issue
Block a user