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@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org