Skip to content

Commit cd4fb3d

Browse files
committed
Remove SYSTEM property and explicit include of DPC++ headers
1 parent 7b219fc commit cd4fb3d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dpnp/backend/extensions/blas/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ target_include_directories(
7171
# treat below headers as system to suppress the warnings there during the build
7272
target_include_directories(
7373
${python_module_name}
74-
SYSTEM
75-
PRIVATE ${SYCL_INCLUDE_DIR} ${Dpctl_INCLUDE_DIRS} ${Dpctl_TENSOR_INCLUDE_DIR}
74+
PRIVATE ${Dpctl_INCLUDE_DIRS} ${Dpctl_TENSOR_INCLUDE_DIR}
7675
)
7776

7877
if(WIN32)

0 commit comments

Comments
 (0)