Browse Source

Merge topic 'marmasm-language'

c34ef6c922 ASM_MARMASM: Remove broken partial support for preprocessor defines

Acked-by: Kitware Robot <[email protected]>
Merge-request: !9326
Brad King 1 year ago
parent
commit
f968d21e95
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Modules/CMakeASM_MARMASMInformation.cmake

+ 1 - 1
Modules/CMakeASM_MARMASMInformation.cmake

@@ -8,7 +8,7 @@ set(ASM_DIALECT "_MARMASM")
 
 set(CMAKE_ASM${ASM_DIALECT}_SOURCE_FILE_EXTENSIONS asm)
 
-set(CMAKE_ASM${ASM_DIALECT}_COMPILE_OBJECT "<CMAKE_ASM${ASM_DIALECT}_COMPILER> <DEFINES> <INCLUDES> <FLAGS> -o <OBJECT> <SOURCE>")
+set(CMAKE_ASM${ASM_DIALECT}_COMPILE_OBJECT "<CMAKE_ASM${ASM_DIALECT}_COMPILER> <INCLUDES> <FLAGS> -o <OBJECT> <SOURCE>")
 
 # The ASM_MARMASM compiler id for this compiler is "MSVC", so fill out the runtime library table.
 set(CMAKE_ASM${ASM_DIALECT}_COMPILE_OPTIONS_MSVC_RUNTIME_LIBRARY_MultiThreaded         "")