Skip to content

Commit 9889f0c

Browse files
oandreeva-nvmc-nv
authored andcommitted
Adding target_compile_features cxx_std_17 to tracing lib (#6040)
1 parent f28908f commit 9889f0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,8 @@ if(${TRITON_ENABLE_TRACING})
508508
)
509509

510510
if (NOT WIN32)
511+
target_compile_features(tracing-library PRIVATE cxx_std_17)
512+
511513
target_include_directories(
512514
tracing-library
513515
PRIVATE ${OPENTELEMETRY_CPP_INCLUDE_DIRS}

0 commit comments

Comments
 (0)