Skip to content

Commit af4910e

Browse files
authored
Merge branch 'main' into fix-unreachable-cleanup-server
2 parents 8a18970 + b1cdd52 commit af4910e

File tree

5 files changed

+396
-56
lines changed

5 files changed

+396
-56
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.14)
33
project("tts.cpp" C CXX)
44
include(CheckIncludeFileCXX)
55

6-
set(CMAKE_CXX_STANDARD 17)
6+
set(CMAKE_CXX_STANDARD 20)
77
set(CMAKE_CXX_STANDARD_REQUIRED ON)
88
set(CMAKE_CXX_EXTENSIONS OFF)
99

0 commit comments

Comments
 (0)