Skip to content

Commit

Permalink
Set minimum conan version
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Sep 12, 2024
1 parent 83f960a commit 0647f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from conan.tools.microsoft import check_min_vs, is_msvc_static_runtime, is_msvc
from conan.tools.scm import Version, Git

required_conan_version = ">=1.58.0"
required_conan_version = ">=2.7.0"


class CuraEngine_gRPC_DefinitionsConan(ConanFile):
Expand Down

0 comments on commit 0647f03

Please sign in to comment.