Skip to content

Commit 5973fca

Browse files
Removed setting SKBUILD_LINK_LIBRARIES_KEYWORD since we move to cmake's pyhon_add_library
1 parent e201096 commit 5973fca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ FetchContent_Declare(
4343
)
4444
FetchContent_MakeAvailable(pybind11)
4545

46-
set(SKBUILD_LINK_LIBRARIES_KEYWORD PUBLIC)
47-
4846
add_subdirectory(dpctl)
4947

5048
file(GLOB _cmake_scripts ${CMAKE_SOURCE_DIR}/cmake/*.cmake)

0 commit comments

Comments
 (0)