diff --git a/CMakeLists.txt b/CMakeLists.txt index f1a75f6ff..716e4b09e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -138,7 +138,7 @@ if(BUILD_BBB OR BUILD_RASPI) endif() endif() -if(CMAKE_SYSTEM_PROCESSOR STREQUAL "arm") +if(CMAKE_SYSTEM_PROCESSOR MATCHES "arm.*") enable_language(ASM) endif()