Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MD5 hash of protobuf source code. #52

Merged
merged 1 commit into from
Jan 25, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update MD5 hash of protobuf source code.
Nhon Trinh committed Jan 24, 2018
commit 3df42eaa4d7a88367446ee23269c79fd0c473ccd
2 changes: 1 addition & 1 deletion packages/protobuf/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ set(protobuf_MODULE_COMPATIBLE ON CACHE BOOL \"\")
ExternalProject_Add(
${PROJECT_NAME}_download
URL https://github.com/google/protobuf/archive/v3.1.0/protobuf-v3.1.0.tar.gz
URL_MD5 14a532a7538551d5def317bfca41dace
URL_MD5 39d6a4fa549c0cce164aa3064b1492dc
DOWNLOAD_DIR ${CB_DOWNLOAD_DIR}
PATCH_COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/patches/type_traits.h src/google/protobuf/stubs/type_traits.h
CONFIGURE_COMMAND ""