Building a Pure CMake project with Catkin
We want to build a pure CMake project in our catkin workspace, but we want it to be built with non default options.
Are there examples on how to do this or best practices to do this?
At first, I was imagining that you could add the CMake arguments to the package.xml that needs to be created for the package, but this doesn't look to be the case. Is there an example on how to do this, documentation seems to really be lacking for using catkin with pure cmake projects beyond stating that it is supported.