diff options
| author | Thierry Bastian <thierryb@filewave.com> | 2017-09-04 08:38:26 +0200 |
|---|---|---|
| committer | Thierry Bastian <thierryb@filewave.com> | 2017-09-04 08:38:26 +0200 |
| commit | a64bc4a8be6c8ce563f96eb5fffb829783ed91a4 (patch) | |
| tree | 186b5b6bdb2a2e98a23838beadb8c8e8bc313dbe | |
| parent | a610f62587fa9caac9a70f5d17305284c441dad3 (diff) | |
| download | vcpkg-a64bc4a8be6c8ce563f96eb5fffb829783ed91a4.tar.gz vcpkg-a64bc4a8be6c8ce563f96eb5fffb829783ed91a4.zip | |
code review
| -rw-r--r-- | ports/protobuf/portfile.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ports/protobuf/portfile.cmake b/ports/protobuf/portfile.cmake index daf72a495..83f9e1e1d 100644 --- a/ports/protobuf/portfile.cmake +++ b/ports/protobuf/portfile.cmake @@ -18,8 +18,6 @@ set(TOOL_PATH ${CURRENT_BUILDTREES_DIR}/src/protobuf-${PROTOBUF_VERSION}-win32) vcpkg_extract_source_archive(${ARCHIVE_FILE}) -# Patch to fix the missing export of fixed_address_empty_string, -# see https://github.com/google/protobuf/pull/3216 # Add a flag that can be set to disable the protobuf compiler vcpkg_apply_patches( SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/protobuf-${PROTOBUF_VERSION} |
