catkin_make sees package as plain cmake
Hi, I'm trying to build this pacakge, but catkin_make fails saying that it recognizes it as a plain cmake package. I'm having trouble figuring out why it doesn't see it as a catkin package despite having a package.xml
file and using the catkin module in the CMakeLists.txt.
I've tried modifying the CMakeLists to make the catkin inclusion REQUIRED
, but still no luck.