From 3a49235564e0e5a4a84f46ccef37525c14986f28 Mon Sep 17 00:00:00 2001 From: mcb Date: Wed, 8 Jan 2025 14:39:41 +0100 Subject: [PATCH] remove check --- conanfile.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/conanfile.py b/conanfile.py index 8b8a895..7b4e64e 100644 --- a/conanfile.py +++ b/conanfile.py @@ -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":