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

Cmake issue with FindEigen.cmake #102

Open CAJvon opened 4 years ago

CAJvon commented 4 years ago

I find an esaily ignored code bug with the file opengv/modules/FindEigen.cmake the bug is in line 56 where there is an extra S after EIGEN_INCLUDE_DIR

56  if (EIGEN_INCLUDE_DIRS)

after delete the S, I run cmake sucessfully