summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-02-09 16:33:00 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-02-09 16:33:00 (GMT)
commit10611017456eece7786873899b6c36e44c3139ad (patch)
tree6dfe6a619627e6525bb2c61b330924617c88f115 /Source
parent4dd97ff97f69b65d3eb59665ad37659268f6f1f7 (diff)
downloadCMake-10611017456eece7786873899b6c36e44c3139ad.zip
CMake-10611017456eece7786873899b6c36e44c3139ad.tar.gz
CMake-10611017456eece7786873899b6c36e44c3139ad.tar.bz2
ENH: Some systems do not handle spaces in the path
Diffstat (limited to 'Source')
-rw-r--r--Source/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index 31817cb..f7d7595 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -239,7 +239,7 @@ IF(BUILD_TESTING)
--test-command conly)
SET(SimpleInstallInstallDir
- "${CMake_BINARY_DIR}/Tests/SimpleInstall/Install Directory")
+ "${CMake_BINARY_DIR}/Tests/SimpleInstall/InstallDirectory")
ADD_TEST(SimpleInstall ${CMAKE_CTEST_COMMAND}
--build-and-test
"${CMake_SOURCE_DIR}/Tests/SimpleInstall"