All: Properly match ARM processor name in CMakeLists

This commit is contained in:
Jeffrey Pfau 2015-03-14 00:23:18 -07:00
parent 1584687c14
commit e6c10428ce
1 changed files with 1 additions and 1 deletions

View File

@ -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()