Skip to content

Commit

Permalink
fix: remove "/lib/cmake/PNG/PNGConfig.cmake "
Browse files Browse the repository at this point in the history
  • Loading branch information
ErniGH committed Sep 16, 2024
1 parent afa0fea commit 44ef401
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/libpng/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ def package(self):
rmdir(self, os.path.join(self.package_folder, "lib", "libpng"))
rmdir(self, os.path.join(self.package_folder, "lib", "pkgconfig"))
rmdir(self, os.path.join(self.package_folder, "share"))
rm(self, "*.cmake", os.path.join(self.package_folder, "lib", "cmake", "PNG"))

def package_info(self):
major_min_version = f"{Version(self.version).major}{Version(self.version).minor}"
Expand Down

0 comments on commit 44ef401

Please sign in to comment.