Skip to content

Commit e857be6

Browse files
Removed setting SKBUILD_LINK_LIBRARIES_KEYWORD since we move to cmake's pyhon_add_library
1 parent b7901c6 commit e857be6

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
@@ -39,8 +39,6 @@ FetchContent_Declare(
3939
)
4040
FetchContent_MakeAvailable(pybind11)
4141

42-
set(SKBUILD_LINK_LIBRARIES_KEYWORD PUBLIC)
43-
4442
add_subdirectory(dpctl)
4543

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

0 commit comments

Comments
 (0)