Fixed NEON detection in Carotene build

pull/13279/head
Maksim Shabunin 6 years ago
parent ca5455c592
commit 26cb154f40
  1. 2
      3rdparty/carotene/hal/CMakeLists.txt

@ -53,7 +53,7 @@ endif()
set(CAROTENE_NS "carotene_o4t" CACHE STRING "" FORCE)
function(compile_carotene)
if(ENABLE_NEON)
if(";${CPU_BASELINE_FINAL};" MATCHES ";NEON;")
set(WITH_NEON ON)
endif()

Loading…
Cancel
Save