disable dnn for aarch64 platform

pull/732/head
Alexander Alekhin 9 years ago
parent afcb7bb4cb
commit 38ece115a0
  1. 4
      modules/dnn/CMakeLists.txt

@ -1,6 +1,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)
endif()

Loading…
Cancel
Save