summaryrefslogtreecommitdiffstats
path: root/Tests/SimpleInstallS2
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-02-20 19:46:33 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-02-20 19:46:33 (GMT)
commit51516613e83f15c31156ad0a503f270c746266e1 (patch)
tree788642df935ae161fd40761bdbb4c11e0d800e6e /Tests/SimpleInstallS2
parent413a595d372253ac770496e5ebb9012991705745 (diff)
downloadCMake-51516613e83f15c31156ad0a503f270c746266e1.zip
CMake-51516613e83f15c31156ad0a503f270c746266e1.tar.gz
CMake-51516613e83f15c31156ad0a503f270c746266e1.tar.bz2
ENH: Ok, when doing cmake -P you should not have to squish filename next to -P, There should be space between
Diffstat (limited to 'Tests/SimpleInstallS2')
-rw-r--r--Tests/SimpleInstallS2/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/SimpleInstallS2/CMakeLists.txt b/Tests/SimpleInstallS2/CMakeLists.txt
index 4a315a1..ed46a0f 100644
--- a/Tests/SimpleInstallS2/CMakeLists.txt
+++ b/Tests/SimpleInstallS2/CMakeLists.txt
@@ -71,7 +71,7 @@ ADD_CUSTOM_COMMAND(
POST_BUILD
COMMAND ${CMAKE_COMMAND}
ARGS ${EXTRA_INSTALL_FLAGS}
- "-P${CMAKE_CURRENT_BINARY_DIR}/cmake_install.cmake"
+ -P "${CMAKE_CURRENT_BINARY_DIR}/cmake_install.cmake"
COMMENT "Install Project"
)