https://github.com/Kitware/CMake
Revision b2cf4db2010ae0c08cd063b7aa8136fd512d8a97 authored by Brad King on 01 March 2008, 15:56:03 UTC, committed by Brad King on 01 March 2008, 15:56:03 UTC
1 parent e083de1
Raw File
Tip revision: b2cf4db2010ae0c08cd063b7aa8136fd512d8a97 authored by Brad King on 01 March 2008, 15:56:03 UTC
BUG: Fix typo XCode -> Xcode in Preprocess test.
Tip revision: b2cf4db
CMakeDetermineASM-ATTCompiler.cmake
# determine the compiler to use for ASM using AT&T syntax

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