From 89f5f8435176aad44624442b7f1e874a513bee67 Mon Sep 17 00:00:00 2001 From: Gareth Lloyd Date: Tue, 7 Apr 2020 12:19:25 +0100 Subject: [PATCH] Provide path of the cmake scripts to conan --- conanfile.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conanfile.py b/conanfile.py index 8d407baf..a904ce96 100644 --- a/conanfile.py +++ b/conanfile.py @@ -25,3 +25,6 @@ class CatchConan(ConanFile): def package_id(self): self.info.header_only() + + def package_info(self): + self.cpp_info.builddirs.append("lib/cmake/Catch2")