Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Feb 18, 2024
1 parent 44ecbb6 commit b9a068c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ class ApngasmRecipe(ConanFile):
def requirements(self):
self.requires("zlib/1.3.1")
self.requires("libpng/1.6.42")
self.requires(
"boost/1.84.0"
)
self.requires("boost/1.84.0")

def build_requirements(self):
self.build_requires("b2/4.10.1")
Expand Down

0 comments on commit b9a068c

Please sign in to comment.