Skip to content

Commit 38ece11

Browse files
committed
disable dnn for aarch64 platform
1 parent afcb7bb commit 38ece11

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/dnn/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
cmake_minimum_required(VERSION 2.8)
22

3-
if(APPLE_FRAMEWORK OR WINRT)
3+
if(APPLE_FRAMEWORK OR WINRT
4+
OR AARCH64 # protobuf doesn't know this platform
5+
)
46
ocv_module_disable(dnn)
57
endif()
68

0 commit comments

Comments
 (0)