All: Properly match ARM processor name in CMakeLists
Jeffrey Pfau jeffrey@endrift.com
Sat, 14 Mar 2015 00:23:18 -0700
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
CMakeLists.txt
→
CMakeLists.txt
@@ -138,7 +138,7 @@ add_definitions(-DCOLOR_16_BIT -DCOLOR_5_6_5)
endif() endif() -if(CMAKE_SYSTEM_PROCESSOR STREQUAL "arm") +if(CMAKE_SYSTEM_PROCESSOR MATCHES "arm.*") enable_language(ASM) endif()