Commit 38ece115 authored by Alexander Alekhin's avatar Alexander Alekhin

disable dnn for aarch64 platform

parent afcb7bb4
cmake_minimum_required(VERSION 2.8) cmake_minimum_required(VERSION 2.8)
if(APPLE_FRAMEWORK OR WINRT) if(APPLE_FRAMEWORK OR WINRT
OR AARCH64 # protobuf doesn't know this platform
)
ocv_module_disable(dnn) ocv_module_disable(dnn)
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