diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-02-20 14:46:33 -0500 |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-02-20 14:46:33 -0500 |
commit | 51516613e83f15c31156ad0a503f270c746266e1 (patch) | |
tree | 788642df935ae161fd40761bdbb4c11e0d800e6e /Tests/SimpleInstallS2 | |
parent | 413a595d372253ac770496e5ebb9012991705745 (diff) | |
download | cmake-51516613e83f15c31156ad0a503f270c746266e1.tar.gz |
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.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/SimpleInstallS2/CMakeLists.txt b/Tests/SimpleInstallS2/CMakeLists.txt index 4a315a185c..ed46a0f645 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" ) |