File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
dpnp/backend/extensions/blas Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -65,16 +65,16 @@ set_target_properties(
6565
6666target_include_directories (
6767 ${python_module_name}
68- PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} /../../
68+ PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} /../../ ${CMAKE_CURRENT_SOURCE_DIR} /../common
6969)
70+
71+ # treat below headers as system to suppress the warnings there during the build
7072target_include_directories (
7173 ${python_module_name}
72- PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} /../common
74+ SYSTEM
75+ PRIVATE ${SYCL_INCLUDE_DIR} ${Dpctl_INCLUDE_DIRS} ${Dpctl_TENSOR_INCLUDE_DIR}
7376)
7477
75- target_include_directories (${python_module_name} PUBLIC ${Dpctl_INCLUDE_DIRS} )
76- target_include_directories (${python_module_name} PUBLIC ${Dpctl_TENSOR_INCLUDE_DIR} )
77-
7878if (WIN32 )
7979 target_compile_options (
8080 ${python_module_name}
You can’t perform that action at this time.
0 commit comments