Skip to content

Commit

Permalink
remove check
Browse files Browse the repository at this point in the history
  • Loading branch information
mcb5637 committed Jan 8, 2025
1 parent b382a62 commit 3a49235
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ def config_options(self):
del self.options.fPIC

def validate(self):
if str(self.settings.arch).startswith("arm"):
raise ConanInvalidConfiguration("arm architectures are not supported")
# Need to deal with missing libuuid on Arm.
# So far ANTLR delivers macOS binary package.

compiler_version = self.settings.compiler.version
if is_msvc(self) and compiler_version < "16":
Expand Down

0 comments on commit 3a49235

Please sign in to comment.