diff --git a/README.md b/README.md index a82cf9bbac65cd1b4c6d5d7e8b723dfaf3a9e286..46cd1773fb5cb5c70ae69b0d8503e6d33603e4fc 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,9 @@ conan remote add tuebel-gl3w https://api.bintray.com/conan/tuebel/gl3w conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan ``` +# Using conan packages across catkin packages +Since catkin heavily modifies the cmake paths, it will not find conan packages +referenced in catkin dependencies. +A simple solution is to use a conanfile.txt in every package and pull in the same +dependencies. +Keep in mind that different versions might lead to incompatible libs.