Commit dd952f6d authored by Alexander Alekhin's avatar Alexander Alekhin

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

parents e63efe29 fb6929ac
...@@ -53,7 +53,7 @@ endif() ...@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment