Initial commit.
[CMakeLuaTailorHgBridge.git] / CMakeLua / Modules / CMakeTestASM-ATTCompiler.cmake
blob3844f5bdad83844f6e9991df63fa3083dc3837d9
2 # This file is used by EnableLanguage in cmGlobalGenerator to
3 # determine that that selected ASM-ATT compiler can actually compile
4 # and link the most basic of programs.   If not, a fatal error
5 # is set and cmake stops processing commands and will not generate
6 # any makefiles or projects.
7 SET(ASM_DIALECT "-ATT")
8 INCLUDE(CMakeTestASMCompiler)
9 SET(ASM_DIALECT)