File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
dpnp/backend/extensions/lapack Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,9 @@ set(CYTHON_FLAGS "-t -w \"${CMAKE_SOURCE_DIR}\"")
5757find_package (Cython REQUIRED)
5858find_package (Dpctl REQUIRED)
5959
60+ message (STATUS "Dpctl_INCLUDE_DIRS=" ${Dpctl_INCLUDE_DIRS} )
61+ message (STATUS "Dpctl_TENSOR_INCLUDE_DIR=" ${Dpctl_TENSOR_INCLUDE_DIR} )
62+
6063if (WIN32 )
6164 string (CONCAT WARNING_FLAGS
6265 "-Wall "
Original file line number Diff line number Diff line change @@ -44,9 +44,6 @@ set_target_properties(${python_module_name} PROPERTIES CMAKE_POSITION_INDEPENDEN
4444target_include_directories (${python_module_name} PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} /../../include )
4545target_include_directories (${python_module_name} PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} /../../src)
4646
47- message (STATUS "Dpctl_INCLUDE_DIRS=" ${Dpctl_INCLUDE_DIRS} )
48- message (STATUS "Dpctl_TENSOR_INCLUDE_DIR=" ${Dpctl_TENSOR_INCLUDE_DIR} )
49-
5047target_include_directories (${python_module_name} PUBLIC ${Dpctl_INCLUDE_DIRS} )
5148target_include_directories (${python_module_name} PUBLIC ${Dpctl_TENSOR_INCLUDE_DIR} )
5249
You can’t perform that action at this time.
0 commit comments