Skip to content

Commit

Permalink
gdal: adjust qhull component to not break with #24532
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Jul 9, 2024
1 parent e86fe25 commit 4c4ff15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/gdal/post_3.5.0/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ def package_info(self):
if self.options.with_rasterlite2:
self.cpp_info.requires.extend(["librasterlite2::librasterlite2"])
if self.options.with_qhull:
self.cpp_info.requires.extend(["qhull::libqhull"])
self.cpp_info.requires.extend(["qhull::qhull"])
if self.options.with_spatialite:
self.cpp_info.requires.extend(["libspatialite::libspatialite"])
if self.options.with_sqlite3:
Expand Down

0 comments on commit 4c4ff15

Please sign in to comment.