Merge pull request #13278 from mshabunin:fix-carotene-build

pull/13264/head
Alexander Alekhin 6 years ago
commit dd952f6d68
  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