Josef Ridky wrote: > Obviously yes, because OpenCV compile/build script is not satisfied with > this package and it trying to download protobuf from google servers, which > I think is unacceptable (but anyway, it fail on it). According to: https://github.com/opencv/opencv_contrib/blob/master/modules/dnn/cmake/OpenCVFindLibProtobuf.cmake you have to pass -DBUILD_PROTOBUF:BOOL=OFF to build against a system protobuf. You may also want -DUPDATE_PROTO_FILES:BOOL=ON. Kevin Kofler _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx