Skip to content

Commit

Permalink
Bump cxx version for http
Browse files Browse the repository at this point in the history
  • Loading branch information
oandreeva-nv committed Jan 10, 2024
1 parent ec99102 commit 89718f9
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 @@ -338,7 +338,7 @@ if(TRITON_ENABLE_CC_HTTP OR TRITON_ENABLE_PERF_ANALYZER)
)

foreach(_client_target http-client-library httpclient_static httpclient)
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 89718f9

Please sign in to comment.