Skip to content

Commit

Permalink
Bump cxx version for grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
oandreeva-nv committed Jan 10, 2024
1 parent 2867f07 commit ec99102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/c++/library/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
$<$<OR:$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:AppleClang>,$<CXX_COMPILER_ID:GNU>>:
Expand Down

0 comments on commit ec99102

Please sign in to comment.