Try cpp14

This commit is contained in:
halx99 2020-07-23 00:10:50 +08:00
parent 2769ae46e2
commit ab4137aacc
2 changed files with 3 additions and 3 deletions

View File

@ -58,9 +58,9 @@ define_property(TARGET
) )
# check c++ standard # check c++ standard
set(CMAKE_C_STANDARD 99) set(CMAKE_C_STANDARD 11)
set(CMAKE_C_STANDARD_REQUIRED ON) set(CMAKE_C_STANDARD_REQUIRED ON)
set(CMAKE_CXX_STANDARD 11) set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON) set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF) set(CMAKE_CXX_EXTENSIONS OFF)

View File

@ -1,5 +1,5 @@
{ {
"version": "v45", "version": "v46",
"zip_file_size": "107642814", "zip_file_size": "107642814",
"repo_name": "engine-x-3rd", "repo_name": "engine-x-3rd",
"repo_parent": "https://github.com/c4games/", "repo_parent": "https://github.com/c4games/",