Skip to content

Commit

Permalink
[poppler-data] clear settings from package_id
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Jun 16, 2024
1 parent 807e470 commit 154c20a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes/poppler-data/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ class PopplerDataConan(ConanFile):
def export_sources(self):
export_conandata_patches(self)

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

def layout(self):
cmake_layout(self)

Expand Down

0 comments on commit 154c20a

Please sign in to comment.