summaryrefslogtreecommitdiff
path: root/Modules/CMakeSystemSpecificInformation.cmake
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-01-30 14:34:16 -0500
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-01-30 14:34:16 -0500
commitc4bf10377264fd96fc0b11342b58dc7607e050ad (patch)
tree7e1cf6a71524dc8dc606c53284886d04dec9486d /Modules/CMakeSystemSpecificInformation.cmake
parent6dda0c976f18ce7d8890a3aeca1a5ac0cb47428f (diff)
downloadcmake-c4bf10377264fd96fc0b11342b58dc7607e050ad.tar.gz
Remove extra quote
Diffstat (limited to 'Modules/CMakeSystemSpecificInformation.cmake')
-rw-r--r--Modules/CMakeSystemSpecificInformation.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeSystemSpecificInformation.cmake b/Modules/CMakeSystemSpecificInformation.cmake
index c2c36d15ac..4a85b67665 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)