Skip to content

Commit

Permalink
fix double method
Browse files Browse the repository at this point in the history
  • Loading branch information
mcb5637 committed May 27, 2024
1 parent 2024b1b commit 29ade17
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ def build(self):
cmake.configure()
cmake.build()

def package(self):
# This will also copy the "include" folder
copy(self, "*.h", self.source_folder, self.package_folder)

def package_id(self):
self.info.clear()

Expand Down

0 comments on commit 29ade17

Please sign in to comment.