ENH: Add additional subdirectory to improve testing and to allow cleanup when testing cpack

This commit is contained in:
Andy Cedilnik
2006-03-08 14:02:30 -05:00
parent c14a06c8e0
commit 3d44b9a354
7 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -4,6 +4,6 @@ IF(INSTALL_SCRIPT_1_DID_RUN)
ELSE(INSTALL_SCRIPT_1_DID_RUN)
MESSAGE(FATAL_ERROR "Install script 1 did not run before install script 2.")
ENDIF(INSTALL_SCRIPT_1_DID_RUN)
FILE(WRITE "${CMAKE_INSTALL_PREFIX}/InstallScriptOut.cmake"
FILE(WRITE "${CMAKE_INSTALL_PREFIX}/MyTest/InstallScriptOut.cmake"
"SET(CMAKE_INSTALL_SCRIPT_DID_RUN 1)\n"
)