summaryrefslogtreecommitdiffstats
path: root/Tests/SimpleInstall
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-02-05 15:12:10 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-02-05 15:12:10 (GMT)
commit575595071776c751acc9338563e091b69785db35 (patch)
tree6f4d5912e05041e433a7034f907c1b1dd35432c8 /Tests/SimpleInstall
parent2522153e5976e859b167513948bc8f2b7c87924f (diff)
downloadCMake-575595071776c751acc9338563e091b69785db35.zip
CMake-575595071776c751acc9338563e091b69785db35.tar.gz
CMake-575595071776c751acc9338563e091b69785db35.tar.bz2
ERR: Fix test on windows with network paths
Diffstat (limited to 'Tests/SimpleInstall')
-rw-r--r--Tests/SimpleInstall/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/SimpleInstall/CMakeLists.txt b/Tests/SimpleInstall/CMakeLists.txt
index ede22c1..59790f0 100644
--- a/Tests/SimpleInstall/CMakeLists.txt
+++ b/Tests/SimpleInstall/CMakeLists.txt
@@ -41,6 +41,7 @@ ADD_CUSTOM_COMMAND(
TARGET SimpleInstall
POST_BUILD
COMMAND ${CMAKE_COMMAND}
- ARGS ${EXTRA_INSTALL_FLAGS} -Pcmake_install.cmake
+ ARGS ${EXTRA_INSTALL_FLAGS}
+ "-P${CMAKE_CURRENT_BINARY_DIR}/cmake_install.cmake"
COMMENT "Install Project"
)