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

Fix opengv-config.cmake install path #76

Closed bartoszek closed 5 years ago

bartoszek commented 5 years ago

Install CMake config to correct path currrent is: /usr/cmake/ should be /usr/lib/cmake/opengv-${VERSION}/

laurentkneip commented 5 years ago

Hi. This has quite some conflicts with the latest version due to some recently merged PRs. Could we have an updated PR on this one, starting from the latest version. Thanks!

bartoszek commented 5 years ago

New config script is pretty much great by itself, just added version to cmake config path, to preserve my initial PR solution.