aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/rsocket/use-cpp-17.patch
blob: 4ef2f8abd8808dab21ff17d26637412fca3bcb3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 22570b5..15a750b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -154,7 +154,7 @@ if(BUILD_TESTS)
 
 endif()
 
-set(CMAKE_CXX_STANDARD 14)
+set(CMAKE_CXX_STANDARD 17)
 
 include(CheckCXXCompilerFlag)