We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b219fc commit cd4fb3dCopy full SHA for cd4fb3d
dpnp/backend/extensions/blas/CMakeLists.txt
@@ -71,8 +71,7 @@ target_include_directories(
71
# treat below headers as system to suppress the warnings there during the build
72
target_include_directories(
73
${python_module_name}
74
- SYSTEM
75
- PRIVATE ${SYCL_INCLUDE_DIR} ${Dpctl_INCLUDE_DIRS} ${Dpctl_TENSOR_INCLUDE_DIR}
+ PRIVATE ${Dpctl_INCLUDE_DIRS} ${Dpctl_TENSOR_INCLUDE_DIR}
76
)
77
78
if(WIN32)
0 commit comments