Skip to content

Commit 77e33bb

Browse files
committed
remove unnecessary set(ignoreMe "${SKBUILD}") from CMake
1 parent 1dbdae3 commit 77e33bb

5 files changed

Lines changed: 0 additions & 10 deletions

File tree

examples/cython/sycl_buffer/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,3 @@ set_source_files_properties(${_generated_cy_src}
4141
COMPILE_OPTIONS "${_combined_options}"
4242
)
4343
target_link_options(${py_module_name} PRIVATE -fsycl-device-code-split=per_kernel)
44-
45-
set(ignoreMe "${SKBUILD}")

examples/cython/use_dpctl_sycl/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,3 @@ set_source_files_properties(${_generated_cy_src}
4141
COMPILE_OPTIONS "${_combined_options}"
4242
)
4343
target_link_options(${py_module_name} PRIVATE -fsycl-device-code-split=per_kernel)
44-
45-
set(ignoreMe "${SKBUILD}")

examples/pybind11/external_usm_allocation/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,3 @@ target_include_directories(${py_module_name} PUBLIC ${Dpctl_INCLUDE_DIRS})
3636
install(TARGETS ${py_module_name}
3737
DESTINATION external_usm_allocation
3838
)
39-
40-
set(ignoreMe "${SKBUILD}")

examples/pybind11/use_dpctl_sycl_kernel/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,3 @@ target_include_directories(${py_module_name} PUBLIC ${Dpctl_INCLUDE_DIRS})
3535
install(TARGETS ${py_module_name}
3636
DESTINATION use_kernel
3737
)
38-
39-
set(ignoreMe "${SKBUILD}")

examples/pybind11/use_dpctl_sycl_queue/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,3 @@ target_include_directories(${py_module_name} PUBLIC ${Dpctl_INCLUDE_DIRS})
3434
install(TARGETS ${py_module_name}
3535
DESTINATION use_queue_device
3636
)
37-
38-
set(ignoreMe "${SKBUILD}")

0 commit comments

Comments
 (0)