Dmitry Bely schrieb:
>> If you use a toolchain file because you are cross-compiling, then you do
>> not have this problem.
> 
> I would like to use the same CMakeLists.txt for native Win32 and
> cross-compiled Linux build. How to select the desired assembler then?

Just like you select the C compiler in your toolchain file:
set ( CMAKE_ASM_MASM_COMPILER /path/to/masm/or/jwasm )

HS
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to