diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-03-28 01:59:44 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-03-28 01:59:44 (GMT) |
commit | db68c543ff7ee0a59ec5fa463f59255193a9a479 (patch) | |
tree | e7311dabbedcdb504bf38a9b7fdb3a0ed8791ddc /Tests/SimpleInstallS2/PreInstall.cmake | |
parent | 451522381d510c02185ac8bfb75c3aa93b863fb4 (diff) | |
download | CMake-db68c543ff7ee0a59ec5fa463f59255193a9a479.zip CMake-db68c543ff7ee0a59ec5fa463f59255193a9a479.tar.gz CMake-db68c543ff7ee0a59ec5fa463f59255193a9a479.tar.bz2 |
ENH: Add pre and post install script support
Diffstat (limited to 'Tests/SimpleInstallS2/PreInstall.cmake')
-rw-r--r-- | Tests/SimpleInstallS2/PreInstall.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/SimpleInstallS2/PreInstall.cmake b/Tests/SimpleInstallS2/PreInstall.cmake new file mode 100644 index 0000000..2ea2f77 --- /dev/null +++ b/Tests/SimpleInstallS2/PreInstall.cmake @@ -0,0 +1,2 @@ +MESSAGE("This is in pre install") +SET(PRE_INSTALL_DID_RUN 1) |