diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2018-01-10 13:13:01 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-10 13:13:01 -0800 |
| commit | 4eb0a5c5b4218845efb9ed657d5e45df2f76a5a9 (patch) | |
| tree | ced5e9f2f52b6bb44ce60d4efe33845a308fcf97 | |
| parent | a1e179f3db56edaaacca96f39408099eb8594744 (diff) | |
| parent | b04abf9841182173a89cd8809d9a9b2b12d9fd58 (diff) | |
| download | vcpkg-4eb0a5c5b4218845efb9ed657d5e45df2f76a5a9.tar.gz vcpkg-4eb0a5c5b4218845efb9ed657d5e45df2f76a5a9.zip | |
Merge pull request #2544 from fran6co/flatbuffers_1.8.0
[flatbuffers] update to 1.8.0
| -rw-r--r-- | ports/flatbuffers/CONTROL | 2 | ||||
| -rw-r--r-- | ports/flatbuffers/portfile.cmake | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/ports/flatbuffers/CONTROL b/ports/flatbuffers/CONTROL index 5611e4945..a1efcdd39 100644 --- a/ports/flatbuffers/CONTROL +++ b/ports/flatbuffers/CONTROL @@ -1,4 +1,4 @@ Source: flatbuffers -Version: 1.7.1-1 +Version: 1.8.0 Description: Memory Efficient Serialization Library http://google.github.io/flatbuffers/ FlatBuffers is an efficient cross platform serialization library for games and other memory constrained apps. It allows you to directly access serialized data without unpacking/parsing it first, while still having great forwards/backwards compatibility. diff --git a/ports/flatbuffers/portfile.cmake b/ports/flatbuffers/portfile.cmake index 4df390de0..2e3ab983c 100644 --- a/ports/flatbuffers/portfile.cmake +++ b/ports/flatbuffers/portfile.cmake @@ -7,8 +7,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO google/flatbuffers - REF v1.7.1 - SHA512 57732fc352c216c4be6d3237f93b872abf9dd2b62361d7d2856f99804a178760e4665ead2e33d5acdd00984ad03a746f581c9784ece583e1b2df1a10776f967a + REF v1.8.0 + SHA512 8f6c84caa6456418fc751ea9de456dd37378b3239d1a41d2205140e7b19a5b8b2e342a22dc8d7fdd0c36878455e9d7401cc6438d3b771f7875e8fcfe7bbd52f1 HEAD_REF master ) @@ -33,6 +33,7 @@ vcpkg_configure_cmake( ) vcpkg_install_cmake() +vcpkg_fixup_cmake_targets(CONFIG_PATH "lib/cmake/flatbuffers") if(EXISTS ${CURRENT_PACKAGES_DIR}/debug/bin) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/bin) |
