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

pybind11 does not contain a CMakeLists.txt file. #105

Open mpaffolter opened 4 years ago

mpaffolter commented 4 years ago

If you have the error pybind11 does not contain a CMakeLists.txt file when building with python wrapper on, just update the pybind11 submodule:

git submodule update --init --recursive

It would be helpful to add this to the install/build instructions.

shijinghuihub commented 2 years ago

I use git clone --recurse-submodules https://github.com/pybind/pybind11.git in the spconv1.0-master/third_party directory

obadul024 commented 1 year ago

This helped resolve issue with https://github.com/poodarchu/Det3D/ installation