From 10611017456eece7786873899b6c36e44c3139ad Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Mon, 9 Feb 2004 11:33:00 -0500 Subject: ENH: Some systems do not handle spaces in the path --- Source/CMakeLists.txt | 2 +- Tests/SimpleInstall/inst.cxx | 2 +- Tests/SimpleInstallS2/inst.cxx | 2 +- 3 files changed, 3 insertions(+), 3 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" diff --git a/Tests/SimpleInstall/inst.cxx b/Tests/SimpleInstall/inst.cxx index 84f2adb..a933e2b 100644 --- a/Tests/SimpleInstall/inst.cxx +++ b/Tests/SimpleInstall/inst.cxx @@ -17,6 +17,6 @@ int main () printf("Problem with lib2\n"); return 1; } - printf("Foo: %s\n", foo); + printf("The value of Foo: %s\n", foo); return SomeFunctionInFoo()-5; } diff --git a/Tests/SimpleInstallS2/inst.cxx b/Tests/SimpleInstallS2/inst.cxx index 84f2adb..a933e2b 100644 --- a/Tests/SimpleInstallS2/inst.cxx +++ b/Tests/SimpleInstallS2/inst.cxx @@ -17,6 +17,6 @@ int main () printf("Problem with lib2\n"); return 1; } - printf("Foo: %s\n", foo); + printf("The value of Foo: %s\n", foo); return SomeFunctionInFoo()-5; } -- cgit v0.12