Browse Source

Remove extra quote

Andy Cedilnik 23 years ago
parent
commit
c4bf103772
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Modules/CMakeSystemSpecificInformation.cmake

+ 1 - 1
Modules/CMakeSystemSpecificInformation.cmake

@@ -44,7 +44,7 @@ IF(EXISTS ${CMAKE_SYSTEM_INFO_FILE})
 ELSE(EXISTS ${CMAKE_SYSTEM_INFO_FILE})
   MESSAGE("System is unknown to cmake, create:\n${CMAKE_SYSTEM_INFO_FILE}"
           " to use this system, please send your config file to "
-          "[email protected] so it can be added to cmake"")
+          "[email protected] so it can be added to cmake")
   IF(EXISTS ${CMAKE_BINARY_DIR}/CMakeCache.txt)
     CONFIGURE_FILE(${CMAKE_BINARY_DIR}/CMakeCache.txt
                    ${CMAKE_BINARY_DIR}/CopyOfCMakeCache.txt COPYONLY)