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)