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

Updated protobuf to 3.2.0 #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
7 changes: 3 additions & 4 deletions packages/protobuf/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.0)

project(protobuf VERSION 3.1.0)
project(protobuf VERSION 3.2.0)
string(TOUPPER ${PROJECT_NAME} PROJECT_NAME_UPPER)

option(BUILD_${PROJECT_NAME_UPPER} "Build ${PROJECT_NAME}" ${CB_BUILD_ALL})
Expand Down Expand Up @@ -39,10 +39,9 @@ set(protobuf_MODULE_COMPATIBLE ON CACHE BOOL \"\")
include(ExternalProject)
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 https://github.com/google/protobuf/archive/v3.2.0/protobuf-v3.2.0.tar.gz
URL_MD5 61d899b8369781f6dd1e62370813392d
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 ""
BUILD_COMMAND ""
INSTALL_COMMAND ""
Expand Down
364 changes: 0 additions & 364 deletions packages/protobuf/patches/type_traits.h

This file was deleted.