We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb56ae3 commit 91c812eCopy full SHA for 91c812e
third_party/proton/CMakeLists.txt
@@ -26,10 +26,15 @@ function(add_proton_library name)
26
27
target_link_libraries(${name} PRIVATE Python3::Module pybind11::headers)
28
29
+ # Use system to skip warnings caused by legacy clang compilers
30
+ target_include_directories(${name}
31
+ SYSTEM PRIVATE
32
+ "${ROCTRACER_INCLUDE_DIR}"
33
+ )
34
+
35
target_include_directories(${name}
36
PRIVATE
37
"${CUPTI_INCLUDE_DIR}"
- "${ROCTRACER_INCLUDE_DIR}"
38
"${JSON_INCLUDE_DIR}"
39
"${PROTON_SRC_DIR}/include"
40
)
0 commit comments