Skip to content

Commit

Permalink
bump required_conan_version due to cache_variables
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceIm committed Aug 5, 2022
1 parent 21bf380 commit 586d1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/expat/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from conan.tools.scm import Version
import os

required_conan_version = ">=1.47.0"
required_conan_version = ">=1.50.0"


class ExpatConan(ConanFile):
Expand Down

0 comments on commit 586d1cf

Please sign in to comment.