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

This commit is contained in:
Alexander Alekhin 2018-11-26 09:29:47 +00:00
commit dd952f6d68

View File

@ -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()