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:
parent
d1a9754784
commit
633ac64641
1 changed files with 2 additions and 2 deletions
|
@ -451,9 +451,9 @@ set_target_properties(CSE2 PROPERTIES
|
||||||
C_EXTENSIONS OFF
|
C_EXTENSIONS OFF
|
||||||
)
|
)
|
||||||
|
|
||||||
# Force strict C++11
|
# Force strict C++98
|
||||||
set_target_properties(CSE2 PROPERTIES
|
set_target_properties(CSE2 PROPERTIES
|
||||||
CXX_STANDARD 11
|
CXX_STANDARD 98
|
||||||
CXX_STANDARD_REQUIRED ON
|
CXX_STANDARD_REQUIRED ON
|
||||||
CXX_EXTENSIONS OFF
|
CXX_EXTENSIONS OFF
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue