ros-drivers / openni_tracker

24 stars 45 forks source link

fix CMakeLists.txt #17

Open delipl opened 2 years ago

delipl commented 2 years ago

Old CMake variable catkin_INCLUDEDIR is empty and compilation is failed. Make cannot find ros/ros.h

Replacing catkin_INCLUDEDIR by catkin_INCLUDE_DIRS solved this problem