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

2009-09-04 Thread Alexander Neundorf
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

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

2009-08-14 Thread Gareth Morgan
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. I have a simple test app (attached), with a single CPP file and an asm file. My cmakelists.txt looks like this (I have to include the .asm