We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9839d30 commit 98c3d79Copy full SHA for 98c3d79
1 file changed
src/python/CMakeLists.txt
@@ -5,8 +5,4 @@ pybind11_add_module(sksurgeryopencvpython bindings.cpp ndarray_converter.cpp)
5
target_link_libraries(sksurgeryopencvpython PRIVATE sksurgeryopencvcpp)
6
target_include_directories(sksurgeryopencvpython PRIVATE ${Python_NumPy_INCLUDE_DIRS})
7
8
-install(TARGETS sksurgeryopencvpython
9
- LIBRARY DESTINATION .
10
- RUNTIME DESTINATION .
11
- MODULE DESTINATION .
12
-)
+install(TARGETS sksurgeryopencvpython LIBRARY DESTINATION . RUNTIME DESTINATION .)
0 commit comments