Skip to content

Commit 98c3d79

Browse files
committed
Issue #33: Try to remove explicit use of MODULE keyword.
1 parent 9839d30 commit 98c3d79

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/python/CMakeLists.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,4 @@ pybind11_add_module(sksurgeryopencvpython bindings.cpp ndarray_converter.cpp)
55
target_link_libraries(sksurgeryopencvpython PRIVATE sksurgeryopencvcpp)
66
target_include_directories(sksurgeryopencvpython PRIVATE ${Python_NumPy_INCLUDE_DIRS})
77

8-
install(TARGETS sksurgeryopencvpython
9-
LIBRARY DESTINATION .
10-
RUNTIME DESTINATION .
11-
MODULE DESTINATION .
12-
)
8+
install(TARGETS sksurgeryopencvpython LIBRARY DESTINATION . RUNTIME DESTINATION .)

0 commit comments

Comments
 (0)