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

Link to Boost_LIBRARIES instead of a specific file #28

Closed paulinus closed 8 years ago

paulinus commented 8 years ago

On OSX, the python module was linking to the static boost_python lib. That is not needed. Now, it links to whatever Boost_LIBRARIES defines.

Fixes https://github.com/laurentkneip/opengv/issues/27