Go back to C++98

Now that `cute_spritebatch.h` is gone, there's only one other bit of
C++11 in the project that I can think of.
This commit is contained in:
Clownacy 2020-09-08 03:24:55 +01:00
parent d1a9754784
commit 633ac64641

View file

@ -451,9 +451,9 @@ set_target_properties(CSE2 PROPERTIES
C_EXTENSIONS OFF
)
# Force strict C++11
# Force strict C++98
set_target_properties(CSE2 PROPERTIES
CXX_STANDARD 11
CXX_STANDARD 98
CXX_STANDARD_REQUIRED ON
CXX_EXTENSIONS OFF
)