steevo87 / thermalvis

Cross-platform, OpenCV-based functionality for image processing and computer vision in thermal-infrared
BSD 3-Clause "New" or "Revised" License
124 stars 63 forks source link

Error in the framework.cmake file. #103

Closed ferreram closed 8 years ago

ferreram commented 8 years ago

In the current framework.cmake file there is an error line 49. The "_include(cmake/configurecatkin.cmake)" needs to be changed in "include(cmake/configure/catkin.cmake)". With the current version ROS users cannot build the package as the _catkinmake command produces an error due to this line.

steevo87 commented 8 years ago

Sorry about that - I just recently moved some files and this was an oversight. I've just pushed the fix that you suggested.

Thanks for your feedback.