From 569bcf1f8bffec653eb1392e3748c090b36f3de1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tim=20=C3=9Cbelh=C3=B6r?= <t.uebelhoer@irt.rwth-aachen.de>
Date: Wed, 28 Aug 2019 15:59:02 +0200
Subject: [PATCH] Using conan across packages

---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index a82cf9b..46cd177 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.
-- 
GitLab