Resync
[CMakeLuaTailorHgBridge.git] / CMakeLua / Modules / CMakeTestASM-ATTCompiler.cmake
blob1b4ef4fa7174190804478836c5f00a42aa028eef
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.
8 SET(ASM_DIALECT "-ATT")
9 INCLUDE(CMakeTestASMCompiler)
10 SET(ASM_DIALECT)