[CMake] ENABLE_LANGUAGE(ASM_MASM) does not seem work correctly

Alexander Neundorf a.neundorf-work at gmx.net
Fri Sep 4 13:55:28 EDT 2009


On Friday 14 August 2009, Gareth Morgan wrote:
> I'm trying to compile a ASM file using cmake 2.6 (patch 4).  I'm running
> visual studio 2008, under 64-bit Vista.  Neither Win32 or x64 build work.
...
>   should be added at the top of the file.  The version specified may be
> lower if you wish to support older CMake versions for this project.  For
> more information run "cmake --help-policy CMP0000".
> This warning is for project developers.  Use -Wno-dev to suppress it.
>
> -- Configuring done
> -- Generating done
> -- Build files have been written to: C:/testcode/asmtest/cmake_win32
>
> On a x64 command prompt (using the compiler string -G "Visual Studio 9 2008
> Win64"), the result is identical except the cmake command outputs the error
> message "Assembler not found" (I'm guessing it still looking for ML.EXE
> instead of ML64.exe ?).
>
> Any ideas ?

Does it work if you use the nmake makefile generator ?

Alex


More information about the CMake mailing list