File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ pybind11_add_module(${py_module_name}
28
28
external_usm_allocation/_usm_alloc_example.cpp
29
29
)
30
30
target_include_directories (${py_module_name} PUBLIC ${Dpctl_INCLUDE_DIRS} )
31
- target_compile_options (${py_module_name} PRIVATE -Wno-deprecated-declarations )
32
31
install (TARGETS ${py_module_name}
33
32
DESTINATION external_usm_allocation
34
33
)
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ target_include_directories(${py_module_name} PUBLIC ${Dpctl_INCLUDE_DIRS})
50
50
get_target_property (_sycl_gemm_sources ${py_module_name} SOURCES )
51
51
set_source_files_properties (${_sycl_gemm_sources}
52
52
PROPERTIES
53
- COMPILE_OPTIONS "-O3;-Wno-deprecated-declarations "
53
+ COMPILE_OPTIONS "-O3"
54
54
)
55
55
56
56
add_executable (standalone_cpp
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ pybind11_add_module(${py_module_name}
28
28
use_queue_device/_example.cpp
29
29
)
30
30
target_include_directories (${py_module_name} PUBLIC ${Dpctl_INCLUDE_DIRS} )
31
- target_compile_options (${py_module_name} PRIVATE -Wno-deprecated-declarations )
32
31
install (TARGETS ${py_module_name}
33
32
DESTINATION use_queue_device
34
33
)
You can’t perform that action at this time.
0 commit comments