Use catkin from workspace - CMAKE_MODULE_PATH
Hi!
I have a problem I think I could solve by editing https://github.com/ros/catkin/blob/ki...
However in order to verify my solution I would like to check it first so i cloned catkin into my workspace.
But it seems during catkin_make_isolated
gtest.cmake is still loaded from the system and not from the workspace.
Is there a need to adapt the CMAKE_MODULE_PATH?
Any suggestions on this?