mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 12:11:42 +00:00
[CMAKE] Use COMPILE_OPTIONS instead of superseded COMPILE_FLAGS
for set_source_files_properties().
This commit is contained in:
parent
fbcbbd8768
commit
44662eaf62
10 changed files with 13 additions and 13 deletions
|
@ -82,7 +82,7 @@ if(ARCH STREQUAL "i386")
|
|||
arch/i386/xbox/xboxvideo.c)
|
||||
if(NOT MSVC)
|
||||
# Prevent a warning when doing a memcmp with address 0
|
||||
set_source_files_properties(arch/i386/xbox/xboxmem.c PROPERTIES COMPILE_FLAGS "-Wno-nonnull")
|
||||
set_source_files_properties(arch/i386/xbox/xboxmem.c PROPERTIES COMPILE_OPTIONS "-Wno-nonnull")
|
||||
endif()
|
||||
|
||||
elseif(SARCH STREQUAL "pc98")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue