Skip to content

Commit

Permalink
Update define
Browse files Browse the repository at this point in the history
  • Loading branch information
chusitoo committed Jan 8, 2022
1 parent 130259b commit 4dc7285
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions recipes/flatbush/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sources:
"1.1.0":
url: "https://github.com/chusitoo/flatbush/archive/refs/tags/1.1.0.zip"
sha256: "6a8009058510b8a127890735df7ec8b7b489d56819a35674a1c54cb8f8216daa"
url: "https://github.com/chusitoo/flatbush/archive/refs/tags/v1.1.0.zip"
sha256: "3ef034110b0ea6f7514d3cdc362976e2a9ab321cc9e4b2c847167ad26df0c0f1"
2 changes: 1 addition & 1 deletion recipes/flatbush/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ def package_id(self):

def package_info(self):
if not tools.valid_min_cppstd(self, "20"):
self.cpp_info.defines = ["MINIMAL_SPAN"]
self.cpp_info.defines = ["FLATBUSH_SPAN"]

0 comments on commit 4dc7285

Please sign in to comment.