Merge remote-tracking branch 'gerrit/release-4-5-patches' into release-4-6
[gromacs.git] / cmake / CMakeTestASM_NASMCompiler.cmake
blob163c8964d238d9b3195a54c9551142dd0a765996
1 # This file is used by EnableLanguage in cmGlobalGenerator to
2 # determine that the selected ASM-NASM "compiler"
3 # can actually "compile" and link the most basic of programs.   If not, a 
4 # fatal error is set and cmake stops processing commands and will not generate
5 # any makefiles or projects.
7 SET(ASM_DIALECT "_NASM")
8 INCLUDE(CMakeTestASMCompiler)
9 SET(ASM_DIALECT)