Browse Source

BUG: possible fix for new SystemInfo test

Ken Martin 18 years ago
parent
commit
4d9bc90e58
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/CMakeLists.txt

+ 1 - 1
Source/CMakeLists.txt

@@ -507,7 +507,7 @@ IF(BUILD_TESTING)
 
   ADD_TEST(SystemInformationNew 
     ${CMAKE_CMAKE_COMMAND} -E chdir "${CMake_BINARY_DIR}"
-    ${CMAKE_CMAKE_COMMAND} --system-information
+    "${CMAKE_CMAKE_COMMAND}" --system-information
     )
 
   ADD_TEST(StringFileTest ${CMAKE_CTEST_COMMAND}