Bump required C++ standard to C++11
cute_spritebatch.h uses C99/C++11 features.
This commit is contained in:
parent
cc4a58fbac
commit
44762363cf
1 changed files with 2 additions and 2 deletions
|
@ -347,9 +347,9 @@ set_target_properties(CSE2 PROPERTIES
|
|||
C_EXTENSIONS OFF
|
||||
)
|
||||
|
||||
# Force strict C++98
|
||||
# Force strict C++11
|
||||
set_target_properties(CSE2 PROPERTIES
|
||||
CXX_STANDARD 98
|
||||
CXX_STANDARD 11
|
||||
CXX_STANDARD_REQUIRED ON
|
||||
CXX_EXTENSIONS OFF
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue