summaryrefslogtreecommitdiff
path: root/Tests/SimpleInstall/InstallScript2.cmake
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-08 14:02:30 -0500
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-08 14:02:30 -0500
commit3d44b9a354edacff4b87ccf2a950ec698798591d (patch)
tree9d34b77c305a83e66e8ba2e47f21a9bfbc4076d5 /Tests/SimpleInstall/InstallScript2.cmake
parentc14a06c8e0087e649661e9ca445261be59729f0c (diff)
downloadcmake-3d44b9a354edacff4b87ccf2a950ec698798591d.tar.gz
ENH: Add additional subdirectory to improve testing and to allow cleanup when testing cpack
Diffstat (limited to 'Tests/SimpleInstall/InstallScript2.cmake')
-rw-r--r--Tests/SimpleInstall/InstallScript2.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/SimpleInstall/InstallScript2.cmake b/Tests/SimpleInstall/InstallScript2.cmake
index fdbce81d95..acc4f73320 100644
--- a/Tests/SimpleInstall/InstallScript2.cmake
+++ b/Tests/SimpleInstall/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"
)