diff options
author | luz.paz <luzpaz@users.noreply.github.com> | 2018-02-16 03:02:13 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-02-16 14:47:17 (GMT) |
commit | 287e7a175c8e8034cf195fff169db718a480fdbc (patch) | |
tree | 46e6728467791fb634f5cb3368856aada2d23482 /Modules/CMakeTestCSharpCompiler.cmake | |
parent | a2ec98b7d97df67d50e90e790b2bd235f7c278cc (diff) | |
download | CMake-287e7a175c8e8034cf195fff169db718a480fdbc.zip CMake-287e7a175c8e8034cf195fff169db718a480fdbc.tar.gz CMake-287e7a175c8e8034cf195fff169db718a480fdbc.tar.bz2 |
Maint: misc. typos
Found via `codespell`
Diffstat (limited to 'Modules/CMakeTestCSharpCompiler.cmake')
-rw-r--r-- | Modules/CMakeTestCSharpCompiler.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeTestCSharpCompiler.cmake b/Modules/CMakeTestCSharpCompiler.cmake index f3b95fd..6715c30 100644 --- a/Modules/CMakeTestCSharpCompiler.cmake +++ b/Modules/CMakeTestCSharpCompiler.cmake @@ -15,7 +15,7 @@ unset(CMAKE_CSharp_COMPILER_WORKS CACHE) set(test_compile_file "${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeTmp/testCSharpCompiler.cs") # This file is used by EnableLanguage in cmGlobalGenerator to -# determine that that selected C# compiler can actually compile +# determine that the selected C# compiler can actually compile # and link the most basic of programs. If not, a fatal error # is set and cmake stops processing commands and will not generate # any makefiles or projects. |