mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-11 04:55:13 +02:00
11 lines
277 B
Diff
11 lines
277 B
Diff
--- a/python_orocos_kdl/CMakeLists.txt
|
|
+++ b/python_orocos_kdl/CMakeLists.txt
|
|
@@ -46,7 +46,7 @@ else()
|
|
set(PYTHON_MODULE_EXTENSION ".so")
|
|
endif()
|
|
|
|
-add_subdirectory(pybind11)
|
|
+find_package(pybind11)
|
|
pybind11_add_module(${LIBRARY_NAME}
|
|
PyKDL/PyKDL.h
|
|
PyKDL/PyKDL.cpp
|