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
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to