Browse Source

BUG: bad command line

Ken Martin 19 years ago
parent
commit
478b13797d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -475,6 +475,6 @@ ENDIF(BUILD_TESTING)
 
 ADD_TEST(SystemInformationNew 
   "${CMAKE_CMAKE_COMMAND}" --system-information
-  -G "${CMAKE_TEST_GENERATOR}"
+  -G"${CMAKE_TEST_GENERATOR}"
   )