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