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 d0f05f1 commit ec560bc
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 @@ -10,7 +10,7 @@
from conan.tools.microsoft import check_min_vs, is_msvc, is_msvc_static_runtime
from conan.tools.scm import Version, Git

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


class ArcusConan(ConanFile):
Expand Down

0 comments on commit ec560bc

Please sign in to comment.