switch back to C++ 17
This commit is contained in:
parent
1b15cd1de1
commit
eacab99578
2 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ endif()
|
|||
configure_file(include/Version.h.in Version.generated.h)
|
||||
|
||||
# Specify the C++ standard
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED True)
|
||||
|
||||
# Explicitly list source files
|
||||
|
|
|
@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10)
|
|||
project(HarmonyLinkTest)
|
||||
|
||||
# Specify the C++ standard
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED True)
|
||||
|
||||
# Automatically add all .cpp and .h/.hpp files in the src directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue