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:
Brad King
2006-02-10 13:54:36 -05:00
parent d2621064e2
commit b8a33fb424
12 changed files with 212 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
MESSAGE("This is install script 1.")
SET(INSTALL_SCRIPT_1_DID_RUN 1)