Commit 3210f784 authored by Alexander Alekhin's avatar Alexander Alekhin

dnn: don't disable module on aarch64

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