On Monday 05 November 2012, Mike Krus wrote:
> Hi again
> 
> 
> Using ASM_NASM works better except the nasm call seems to get all the CXX
> flags, some of them (-F) being invalid.


This is what is being set in Modules/CMakeASM_NASMInformation.cmake, which 
should be used:

set(CMAKE_ASM_NASM_COMPILE_OBJECT "<CMAKE_ASM_NASM_COMPILER> <FLAGS> -f
                   ${CMAKE_ASM_NASM_OBJECT_FORMAT} -o <OBJECT> <SOURCE>")

This should be ok, shouldn't it ?

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