diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-08 19:02:30 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-08 19:02:30 (GMT) |
commit | 3d44b9a354edacff4b87ccf2a950ec698798591d (patch) | |
tree | 9d34b77c305a83e66e8ba2e47f21a9bfbc4076d5 /Tests/SimpleInstallS2/InstallScript2.cmake | |
parent | c14a06c8e0087e649661e9ca445261be59729f0c (diff) | |
download | CMake-3d44b9a354edacff4b87ccf2a950ec698798591d.zip CMake-3d44b9a354edacff4b87ccf2a950ec698798591d.tar.gz CMake-3d44b9a354edacff4b87ccf2a950ec698798591d.tar.bz2 |
ENH: Add additional subdirectory to improve testing and to allow cleanup when testing cpack
Diffstat (limited to 'Tests/SimpleInstallS2/InstallScript2.cmake')
-rw-r--r-- | Tests/SimpleInstallS2/InstallScript2.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/SimpleInstallS2/InstallScript2.cmake b/Tests/SimpleInstallS2/InstallScript2.cmake index fdbce81..acc4f73 100644 --- a/Tests/SimpleInstallS2/InstallScript2.cmake +++ b/Tests/SimpleInstallS2/InstallScript2.cmake @@ -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" ) |