Skip to content

Commit cde8ccc

Browse files
authored
Fix ARM build break (#4823)
1 parent f5442b1 commit cde8ccc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cmake/modules/FindTAEF.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ endmacro(find_taef_libraries)
2929

3030
if(CMAKE_C_COMPILER_ARCHITECTURE_ID STREQUAL "ARM64EC")
3131
find_taef_libraries(arm64)
32+
elseif(CMAKE_C_COMPILER_ARCHITECTURE_ID STREQUAL "ARMV7")
33+
find_taef_libraries(arm)
3234
else()
3335
find_taef_libraries(${CMAKE_C_COMPILER_ARCHITECTURE_ID})
3436
endif()

0 commit comments

Comments
 (0)