Skip to content

Commit

Permalink
Adding target_compile_features cxx_std_17 to tracing lib (#6040)
Browse files Browse the repository at this point in the history
  • Loading branch information
oandreeva-nv authored Jul 11, 2023
1 parent f431477 commit 288c1df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,8 @@ if(${TRITON_ENABLE_TRACING})
)

if (NOT WIN32)
target_compile_features(tracing-library PRIVATE cxx_std_17)

target_include_directories(
tracing-library
PRIVATE ${OPENTELEMETRY_CPP_INCLUDE_DIRS}
Expand Down

0 comments on commit 288c1df

Please sign in to comment.