diff options
| author | myd7349 <myd7349@gmail.com> | 2019-03-29 06:44:02 +0800 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-03-28 15:44:02 -0700 |
| commit | 9f39409a344e665900a51c470a4678c2c30f91da (patch) | |
| tree | 0e4c3cd8b6c1c9ba6a75ef54168a0005b4db2721 /ports/protobuf/version-rc-msvc.patch | |
| parent | 6e25f7e02ab2713a87d89ba6e55b00d683ce87a6 (diff) | |
| download | vcpkg-9f39409a344e665900a51c470a4678c2c30f91da.tar.gz vcpkg-9f39409a344e665900a51c470a4678c2c30f91da.zip | |
[protobuf] Update to 3.7.1 (#5502)
* [protobuf] Update to 3.7.1
Diffstat (limited to 'ports/protobuf/version-rc-msvc.patch')
| -rw-r--r-- | ports/protobuf/version-rc-msvc.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/ports/protobuf/version-rc-msvc.patch b/ports/protobuf/version-rc-msvc.patch deleted file mode 100644 index b24a862d9..000000000 --- a/ports/protobuf/version-rc-msvc.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff --git a/cmake/protoc.cmake b/cmake/protoc.cmake
-index 9bf6f5a..b58a12a 100644
---- a/cmake/protoc.cmake
-+++ b/cmake/protoc.cmake
-@@ -2,9 +2,11 @@ set(protoc_files
- ${protobuf_source_dir}/src/google/protobuf/compiler/main.cc
- )
-
-+if(MSVC)
- set(protoc_rc_files
- ${CMAKE_CURRENT_BINARY_DIR}/version.rc
- )
-+endif()
-
- add_executable(protoc ${protoc_files} ${protoc_rc_files})
- target_link_libraries(protoc libprotobuf libprotoc)
|
