Skip to content

Commit

Permalink
decrease required_conan_version
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceIm committed Aug 6, 2022
1 parent fa3f823 commit de9ebc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/assimp/5.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from conans import tools as tools_legacy
import os

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


class AssimpConan(ConanFile):
Expand Down

0 comments on commit de9ebc9

Please sign in to comment.