1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Fixed NEON detection in Carotene build

This commit is contained in:
Maksim Shabunin
2018-11-26 11:30:20 +03:00
parent ca5455c592
commit 26cb154f40
+1 -1
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()