Skip to content
Snippets Groups Projects
Commit 569bcf1f authored by Tim Redick's avatar Tim Redick :robot:
Browse files

Using conan across packages

parent f1322394
No related branches found
No related tags found
No related merge requests found
......@@ -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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment