MattClarkson / CMakeCatchTemplate

Template C++ project using CMake, CTest, Catch, and a SuperBuild for dependencies such as Boost, gflags, glog, VTK, OpenCV and PCL.
BSD 3-Clause "New" or "Revised" License
30 stars 13 forks source link

Fix Eigen path #18

Closed MattClarkson closed 6 years ago

MattClarkson commented 6 years ago

So, the Eigen include dir is passed to PCL correctly, but when used from within the main project it is set incorrectly, and points to the installed folder. This is kinda ok, up until the point at which you use anything in the unsupported folder, which, as it contains a Levenberg Marquardt algorithm is actually quite likely in our field.