From 640fa670f874fb8077423b535e29af2762675794 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 5 May 2022 11:54:23 +0200 Subject: [PATCH] build(conan): `no_copy_source` attribute added --- conanfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conanfile.py b/conanfile.py index 874852b9..c88ec456 100644 --- a/conanfile.py +++ b/conanfile.py @@ -62,6 +62,7 @@ class MPUnitsConan(ConanFile): "build_docs": True } exports = ["LICENSE.md"] + no_copy_source = True generators = "cmake_paths" @property