Merge pull request #13279 from mshabunin:fix-carotene-build-3.4

pull/13282/head^2
Alexander Alekhin 6 years ago
commit 37d064f553
  1. 2
      3rdparty/carotene/hal/CMakeLists.txt

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

Loading…
Cancel
Save