dp_doom: force C11 for _Static_assert()
This commit is contained in:
parent
92bfba237f
commit
8b9f391c53
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ add_executable(dp_doom WIN32
|
|||
"linuxdoom-1.10/z_zone.c"
|
||||
)
|
||||
|
||||
set_target_properties(dp_doom PROPERTIES C_STANDARD 99)
|
||||
target_compile_features(dp_doom PRIVATE c_std_11)
|
||||
|
||||
# Handling linking/building WildMIDI
|
||||
if(WILDMIDI)
|
||||
|
|
Loading…
Reference in a new issue