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.02k stars 353 forks source link

Fix c++11 compilation of the python wrapper #54

Closed paulinus closed 5 years ago

paulinus commented 6 years ago

Since last PR merge, C++11 is not being used for building the pyopengv target, which may break the build. This PR fixes it by adding the C++11 requirement to this target the same way it is done for the other targets.