From c4bf10377264fd96fc0b11342b58dc7607e050ad Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Thu, 30 Jan 2003 14:34:16 -0500 Subject: Remove extra quote --- Modules/CMakeSystemSpecificInformation.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/CMakeSystemSpecificInformation.cmake b/Modules/CMakeSystemSpecificInformation.cmake index c2c36d1..4a85b67 100644 --- a/Modules/CMakeSystemSpecificInformation.cmake +++ b/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 " - "cmake@www.cmake.org so it can be added to cmake"") + "cmake@www.cmake.org 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) -- cgit v0.12