summaryrefslogtreecommitdiff
path: root/Modules/CMakeTestASMCompiler.cmake
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2010-09-25 21:00:52 +0200
committerAlex Neundorf <neundorf@kde.org>2010-09-25 21:00:52 +0200
commit7b337ac8e20437bf134319bf3131505f69892447 (patch)
tree5446e00ee6f1d4f26073db27711da28ea0744b52 /Modules/CMakeTestASMCompiler.cmake
parente1fc9b902ac737c98ecaf236568d3e685ea3dce1 (diff)
downloadcmake-7b337ac8e20437bf134319bf3131505f69892447.tar.gz
Improve misleading comments.
(the assembler is not really tested) Alex
Diffstat (limited to 'Modules/CMakeTestASMCompiler.cmake')
-rw-r--r--Modules/CMakeTestASMCompiler.cmake9
1 files changed, 5 insertions, 4 deletions
diff --git a/Modules/CMakeTestASMCompiler.cmake b/Modules/CMakeTestASMCompiler.cmake
index 54def81364..56cf3325ec 100644
--- a/Modules/CMakeTestASMCompiler.cmake
+++ b/Modules/CMakeTestASMCompiler.cmake
@@ -13,10 +13,11 @@
# License text for the above reference.)
# This file is used by EnableLanguage in cmGlobalGenerator to
-# determine that that selected ASM 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.
+# determine that the selected ASM compiler 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.
+
IF(CMAKE_ASM${ASM_DIALECT}_COMPILER)
SET(CMAKE_ASM${ASM_DIALECT}_COMPILER_WORKS 1 CACHE INTERNAL "")
ELSE(CMAKE_ASM${ASM_DIALECT}_COMPILER)