Skip to content

Commit ecc3f43

Browse files
committed
Update to c++17
1 parent 74a65d9 commit ecc3f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ project(SwiftFoundationICU
1919

2020
option(BUILD_SHARED_LIBS "build shared libraries" ON)
2121

22-
set(CMAKE_CXX_STANDARD 14)
22+
set(CMAKE_CXX_STANDARD 17)
2323
set(CMAKE_CXX_STANDARD_REQUIRED ON)
2424

2525
include(CheckLinkerFlag)

0 commit comments

Comments
 (0)