diff options
author | Brad King <brad.king@kitware.com> | 2003-08-04 21:08:41 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2003-08-04 21:08:41 (GMT) |
commit | c17220091c076bc0847424c2927378dbe2fd29f8 (patch) | |
tree | 40db696281a6764b872d6e85d728b70ef1aed793 /Modules/CMakeTestCXXCompiler.cmake | |
parent | 439f07e83c8480f808c176a09bff47ccef4f24e1 (diff) | |
download | CMake-c17220091c076bc0847424c2927378dbe2fd29f8.zip CMake-c17220091c076bc0847424c2927378dbe2fd29f8.tar.gz CMake-c17220091c076bc0847424c2927378dbe2fd29f8.tar.bz2 |
ERR: Fixed typeo tests->test.
Diffstat (limited to 'Modules/CMakeTestCXXCompiler.cmake')
-rw-r--r-- | Modules/CMakeTestCXXCompiler.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeTestCXXCompiler.cmake b/Modules/CMakeTestCXXCompiler.cmake index e6a2898..f7e5a26 100644 --- a/Modules/CMakeTestCXXCompiler.cmake +++ b/Modules/CMakeTestCXXCompiler.cmake @@ -13,7 +13,7 @@ ENDIF(NOT CMAKE_CXX_COMPILER_WORKS) IF(NOT CMAKE_CXX_COMPILER_WORKS) MESSAGE(STATUS "Check for working CXX compiler: ${CMAKE_CXX_COMPILER} -- broken") MESSAGE(FATAL_ERROR "The C++ compiler \"${CMAKE_CXX_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_CXX_COMPILER_WORKS) |