diff options
author | Alex Neundorf <neundorf@kde.org> | 2010-09-25 19:00:52 (GMT) |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2010-09-25 19:00:52 (GMT) |
commit | 7b337ac8e20437bf134319bf3131505f69892447 (patch) | |
tree | 5446e00ee6f1d4f26073db27711da28ea0744b52 /Modules/CMakeTestASM_MASMCompiler.cmake | |
parent | e1fc9b902ac737c98ecaf236568d3e685ea3dce1 (diff) | |
download | CMake-7b337ac8e20437bf134319bf3131505f69892447.zip CMake-7b337ac8e20437bf134319bf3131505f69892447.tar.gz CMake-7b337ac8e20437bf134319bf3131505f69892447.tar.bz2 |
Improve misleading comments.
(the assembler is not really tested)
Alex
Diffstat (limited to 'Modules/CMakeTestASM_MASMCompiler.cmake')
-rw-r--r-- | Modules/CMakeTestASM_MASMCompiler.cmake | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Modules/CMakeTestASM_MASMCompiler.cmake b/Modules/CMakeTestASM_MASMCompiler.cmake index 84ca98f..8369b94 100644 --- a/Modules/CMakeTestASM_MASMCompiler.cmake +++ b/Modules/CMakeTestASM_MASMCompiler.cmake @@ -13,10 +13,10 @@ # License text for the above reference.) # This file is used by EnableLanguage in cmGlobalGenerator to -# determine that the selected ASM_MASM "compiler" (should be masm or masm64) -# 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. +# determine that the selected ASM_MASM "compiler" (should be masm or masm64) +# works. For assembler this can only check whether the compiler has been found, +# because otherwise there would have to be a separate assembler source file +# for each assembler on every architecture. SET(ASM_DIALECT "_MASM") INCLUDE(CMakeTestASMCompiler) |