2016-09-27 22:01:08 +03:00
|
|
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
|
|
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
2007-06-28 17:14:27 +04:00
|
|
|
|
2009-09-28 19:46:51 +04:00
|
|
|
|
2007-06-28 17:14:27 +04:00
|
|
|
# This file is used by EnableLanguage in cmGlobalGenerator to
|
2010-09-25 23:00:52 +04:00
|
|
|
# determine that the selected ASM-ATT "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.
|
2008-11-06 01:27:41 +03:00
|
|
|
|
2012-08-13 21:47:32 +04:00
|
|
|
set(ASM_DIALECT "-ATT")
|
|
|
|
include(CMakeTestASMCompiler)
|
|
|
|
set(ASM_DIALECT)
|