We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a65d9 commit ecc3f43Copy full SHA for ecc3f43
CMakeLists.txt
@@ -19,7 +19,7 @@ project(SwiftFoundationICU
19
20
option(BUILD_SHARED_LIBS "build shared libraries" ON)
21
22
-set(CMAKE_CXX_STANDARD 14)
+set(CMAKE_CXX_STANDARD 17)
23
set(CMAKE_CXX_STANDARD_REQUIRED ON)
24
25
include(CheckLinkerFlag)
0 commit comments