diff --git a/src/dp_doom/CMakeLists.txt b/src/dp_doom/CMakeLists.txt index e6d45bd..9799141 100644 --- a/src/dp_doom/CMakeLists.txt +++ b/src/dp_doom/CMakeLists.txt @@ -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)