build(conan): no_copy_source attribute added

This commit is contained in:
Mateusz Pusz
2022-05-05 11:54:23 +02:00
parent 4adc71db56
commit 640fa670f8

View File

@@ -62,6 +62,7 @@ class MPUnitsConan(ConanFile):
"build_docs": True "build_docs": True
} }
exports = ["LICENSE.md"] exports = ["LICENSE.md"]
no_copy_source = True
generators = "cmake_paths" generators = "cmake_paths"
@property @property