summaryrefslogtreecommitdiff
path: root/Modules/CMakeTestCCompiler.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2003-08-04 17:08:41 -0400
committerBrad King <brad.king@kitware.com>2003-08-04 17:08:41 -0400
commitc17220091c076bc0847424c2927378dbe2fd29f8 (patch)
tree40db696281a6764b872d6e85d728b70ef1aed793 /Modules/CMakeTestCCompiler.cmake
parent439f07e83c8480f808c176a09bff47ccef4f24e1 (diff)
downloadcmake-c17220091c076bc0847424c2927378dbe2fd29f8.tar.gz
ERR: Fixed typeo tests->test.
Diffstat (limited to 'Modules/CMakeTestCCompiler.cmake')
-rw-r--r--Modules/CMakeTestCCompiler.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeTestCCompiler.cmake b/Modules/CMakeTestCCompiler.cmake
index 4c52b2c2a1..4e70cf20e0 100644
--- a/Modules/CMakeTestCCompiler.cmake
+++ b/Modules/CMakeTestCCompiler.cmake
@@ -14,7 +14,7 @@ ENDIF(NOT CMAKE_C_COMPILER_WORKS)
IF(NOT CMAKE_C_COMPILER_WORKS)
MESSAGE(STATUS "Check for working C compiler: ${CMAKE_C_COMPILER} -- broken")
MESSAGE(FATAL_ERROR "The C compiler \"${CMAKE_C_COMPILER}\" "
- "is not able to compile a simple tests program.\nIt fails "
+ "is not able to compile a simple test program.\nIt fails "
"with the following output:\n ${OUTPUT}\n\n"
"CMake will not be able to correctly generate this project.")
ELSE(NOT CMAKE_C_COMPILER_WORKS)