From ec99102832d61a40b2ae15b565c91efe59a50cbc Mon Sep 17 00:00:00 2001 From: Olga Andreeva Date: Fri, 21 Jul 2023 12:08:52 -0700 Subject: [PATCH] Bump cxx version for grpc --- src/c++/library/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/c++/library/CMakeLists.txt b/src/c++/library/CMakeLists.txt index c3611870f..5227f3c26 100644 --- a/src/c++/library/CMakeLists.txt +++ b/src/c++/library/CMakeLists.txt @@ -155,7 +155,7 @@ if(TRITON_ENABLE_CC_GRPC OR TRITON_ENABLE_PERF_ANALYZER) ) foreach(_client_target grpc-client-library grpcclient_static grpcclient) - target_compile_features(${_client_target} PRIVATE cxx_std_11) + target_compile_features(${_client_target} PRIVATE cxx_std_17) target_compile_options( ${_client_target} PRIVATE $<$,$,$>: