cmake_modules
cmake_modules copied to clipboard
FindPoco.cmake not found
I can see the merge but its not reflected in the repository. Any reasons?
EDIT: only the cmake_modules pulled by rosdep doesn't reflect the change.
After a rebuild it picked it up, however the FindPoco file reflects old versions of Poco. 1.4.7p1 is the latest stable release. Is there any way to automatically pick up the libraries rather than having the user manually enter the latest release himself?
The FindPoco.cmake was merged, but not released yet. That's why it isn't in the version pulled by rosdep.
@esteve can you update the FindPoco.cmake to either support the latest version of Poco available or make it so that it works with some sort of regular expression and won't have to be updated in the future? See:
https://github.com/ros/cmake_modules/blob/0.3-devel/cmake/Modules/FindPoco.cmake#L70-77