mirror of
https://github.com/reactos/CMake.git
synced 2024-12-18 09:07:49 +00:00
Use CMAKE_ASM_NASM_FLAGS for nasm instead of FLAGS
Alex
This commit is contained in:
parent
e614e9b3d7
commit
d25c2eb0c0
@ -36,7 +36,7 @@ else()
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CMAKE_ASM_NASM_COMPILE_OBJECT "<CMAKE_ASM_NASM_COMPILER> <FLAGS> -f ${CMAKE_ASM_NASM_OBJECT_FORMAT} -o <OBJECT> <SOURCE>")
|
||||
set(CMAKE_ASM_NASM_COMPILE_OBJECT "<CMAKE_ASM_NASM_COMPILER> <CMAKE_ASM_NASM_FLAGS> -f ${CMAKE_ASM_NASM_OBJECT_FORMAT} -o <OBJECT> <SOURCE>")
|
||||
|
||||
# Load the generic ASMInformation file:
|
||||
set(ASM_DIALECT "_NASM")
|
||||
|
Loading…
Reference in New Issue
Block a user