ASM_DIALECT.rst 566 B

1234567891011
  1. ASM<DIALECT>
  2. ------------
  3. Preferred executable for compiling a specific dialect of assembly language
  4. files. ``ASM<DIALECT>`` can be ``ASM``, ``ASM_NASM``, ``ASM_MASM`` or
  5. ``ASM-ATT``. Will only be used by CMake on the first configuration to determine
  6. ``ASM<DIALECT>`` compiler, after which the value for ``ASM<DIALECT>`` is stored
  7. in the cache as
  8. :variable:`CMAKE_ASM<DIALECT>_COMPILER <CMAKE_<LANG>_COMPILER>`. For subsequent
  9. configuration runs, the environment variable will be ignored in favor of
  10. :variable:`CMAKE_ASM<DIALECT>_COMPILER <CMAKE_<LANG>_COMPILER>`.