summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeDetermineCXXCompiler.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-01-22 13:47:55 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-01-22 13:47:55 (GMT)
commit1021ad80f9faa41eb6755287904f5ef692deaf02 (patch)
treeb5c319221906d255612b2c3ef6bbc165dfc15175 /Modules/CMakeDetermineCXXCompiler.cmake
parent041690c42cdde6e9c2d9682dbe3c835f177d8e38 (diff)
parente00db59d6c3f1c519f0f0d7a359d6d1be396b255 (diff)
downloadCMake-1021ad80f9faa41eb6755287904f5ef692deaf02.zip
CMake-1021ad80f9faa41eb6755287904f5ef692deaf02.tar.gz
CMake-1021ad80f9faa41eb6755287904f5ef692deaf02.tar.bz2
Merge topic 'qcc-id'
e00db59d QNX: Introduce QCC compiler id for that QNX platform compiler. d2dea79b CMakeDetermine*Compiler: Fix typo 'lile' => 'like'
Diffstat (limited to 'Modules/CMakeDetermineCXXCompiler.cmake')
-rw-r--r--Modules/CMakeDetermineCXXCompiler.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeDetermineCXXCompiler.cmake b/Modules/CMakeDetermineCXXCompiler.cmake
index 5f9d9bf..21864f1 100644
--- a/Modules/CMakeDetermineCXXCompiler.cmake
+++ b/Modules/CMakeDetermineCXXCompiler.cmake
@@ -145,7 +145,7 @@ endif ()
# e.g. powerpc-linux-g++, arm-elf-g++ or i586-mingw32msvc-g++ , optionally
# with a 3-component version number at the end (e.g. arm-eabi-gcc-4.5.2).
# The other tools of the toolchain usually have the same prefix
-# NAME_WE cannot be used since then this test will fail for names lile
+# NAME_WE cannot be used since then this test will fail for names like
# "arm-unknown-nto-qnx6.3.0-gcc.exe", where BASENAME would be
# "arm-unknown-nto-qnx6" instead of the correct "arm-unknown-nto-qnx6.3.0-"