summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-07-26 20:59:55 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2004-07-26 20:59:55 (GMT)
commitc8101e8e4706445b172a1a5ed0f2fd6960522a18 (patch)
treea4131f4a20fad9bcb44e17f0658588f14a22d48e /Modules
parent983919f5f3b71ef5053f8a0bf6010c3b3fce8d61 (diff)
downloadCMake-c8101e8e4706445b172a1a5ed0f2fd6960522a18.zip
CMake-c8101e8e4706445b172a1a5ed0f2fd6960522a18.tar.gz
CMake-c8101e8e4706445b172a1a5ed0f2fd6960522a18.tar.bz2
BUG: fix for bug 998, fix spelling errors
Diffstat (limited to 'Modules')
-rw-r--r--Modules/CMakeSystemSpecificInformation.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeSystemSpecificInformation.cmake b/Modules/CMakeSystemSpecificInformation.cmake
index 94e4979..c9f5c29 100644
--- a/Modules/CMakeSystemSpecificInformation.cmake
+++ b/Modules/CMakeSystemSpecificInformation.cmake
@@ -66,7 +66,7 @@ IF(CMAKE_C_COMPILER)
ENDIF(CMAKE_C_COMPILER)
IF(CMAKE_CXX_COMPILER)
GET_FILENAME_COMPONENT(CMAKE_BASE_NAME ${CMAKE_CXX_COMPILER} NAME_WE)
- # since the gnu compiler has several names force gcc
+ # since the gnu compiler has several names force g++
IF(CMAKE_COMPILER_IS_GNUCXX)
SET(CMAKE_BASE_NAME g++)
ENDIF(CMAKE_COMPILER_IS_GNUCXX)