Commit 1f9b1971 authored by lukas's avatar lukas

do not copy source to build directory

parent 1d242ec1
......@@ -23,6 +23,7 @@ class LibconfigConan(ConanFile):
default_options = {"shared": False, "fPIC": False}
generators = "cmake"
exports_sources = "*"
no_copy_source = True
def set_version(self):
configure_ac = tools.load(os.path.join(self.recipe_folder, "configure.ac"))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment