summarylogtreecommitdiffstats
path: root/change_cppversion.patch
blob: a62f7795a5153ac38c6838dbfffcee60ffc8236f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/CMakeLists.txt b/CMakeLists.txt
index efa181b..04d726d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@ endif()
 project (codecserver-libsoftmbe VERSION 0.0.1)
 
 enable_language(CXX)
-set(CMAKE_CXX_STANDARD 11)
+set(CMAKE_CXX_STANDARD 17)
 
 #include(GNUInstallDirs)
 include(FindProtobuf)