laurentkneip / opengv

OpenGV is a collection of computer vision methods for solving geometric vision problems. It is hosted and maintained by the Mobile Perception Lab of ShanghaiTech.
Other
1.01k stars 354 forks source link

system pybind11 #101

Open AlexandrParkhomenko opened 4 years ago

AlexandrParkhomenko commented 4 years ago

You can add in CMakeLists.txt: find_package(pybind11 REQUIRED)

for example: https://github.com/AlexandrParkhomenko/aur/blob/master/opengv-git/system-pybind.patch

Bleach665 commented 4 years ago

What about c++ only build?