Merge branch 'release-4-5-patches' of git@git.gromacs.org:gromacs into release-4...
[gromacs/rigid-bodies.git] / cmake / CMakeTestASM-NASMCompiler.cmake
blob5072fa546afdf46cc60747faca3a83b9ea2a2230
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)