cmake/Help/envvar/ASM_DIALECT.rst

15 lines
651 B
ReStructuredText
Raw Normal View History

2018-01-26 17:06:56 +01:00
ASM<DIALECT>
------------
2019-11-11 23:01:05 +01:00
.. include:: ENV_VAR.txt
2018-01-26 17:06:56 +01:00
Preferred executable for compiling a specific dialect of assembly language
2019-11-11 23:01:05 +01:00
files. ``ASM<DIALECT>`` can be ``ASM``, ``ASM_NASM`` (Netwide Assembler),
``ASM_MASM`` (Microsoft Assembler) or ``ASM-ATT`` (Assembler AT&T).
Will only be used by CMake on the first configuration to determine
2018-01-26 17:06:56 +01:00
``ASM<DIALECT>`` compiler, after which the value for ``ASM<DIALECT>`` is stored
in the cache as
:variable:`CMAKE_ASM<DIALECT>_COMPILER <CMAKE_<LANG>_COMPILER>`. For subsequent
configuration runs, the environment variable will be ignored in favor of
:variable:`CMAKE_ASM<DIALECT>_COMPILER <CMAKE_<LANG>_COMPILER>`.