diff --git a/conanfile.py b/conanfile.py index 36d8ba54e..a8eb8c1c1 100644 --- a/conanfile.py +++ b/conanfile.py @@ -24,6 +24,5 @@ class CrowConan(ConanFile): self.run("cmake --build . %s" % cmake.build_config) self.run("make") - -def package(self): - self.copy("*.h", dst="include", src="amalgamate") + def package(self): + self.copy("*.h", dst="include", src="amalgamate")