https://github.com/Kitware/CMake
Raw File
Tip revision: caf9b562ec55be7ce5975bdcf13a6dc6a1787368 authored by Bill Hoffman on 21 February 2009, 19:43:45 UTC
BUG: make sure you can build cmake without an X server
Tip revision: caf9b56
CMakeDetermineASM-ATTCompiler.cmake
# determine the compiler to use for ASM using AT&T syntax, e.g. GNU as

SET(ASM_DIALECT "-ATT")
SET(CMAKE_ASM${ASM_DIALECT}_COMPILER_INIT ${_CMAKE_TOOLCHAIN_PREFIX}gas ${_CMAKE_TOOLCHAIN_PREFIX}as)
INCLUDE(CMakeDetermineASMCompiler)
SET(ASM_DIALECT)
back to top