[fastcdr] Update library 1.0.10 (#7862)

This commit is contained in:
Ehsan 2019-08-28 02:22:28 +04:30 committed by Curtis J Bezault
parent dd8880cdd0
commit b8270c2a4b
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
Source: fastcdr
Version: 1.0.10
Version: 1.0.10
Description: eProsima FastCDR is a C++ library that provides two serialization mechanisms. One is the standard CDR serialization mechanism, while the other is a faster implementation that modifies the standard.

View File

@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO eProsima/Fast-CDR
REF 649b9a0e763f8a4cfdd41238b1495c58b7ea6660
SHA512 9a72c60f59572ec95b320a44f10ba841cb66d3f71e4ebb2b8f00f42400ea9dd379d884937b047206cdeb19f7c298782b3557113b9fb6a1b79a3a9e3592cb1eb9
REF v1.0.10
SHA512 b79439b1d8be12e10c761b42cadce4b5e9e51be23a553a0276bcf84504e222149c6543cde149073f272f0374e82a3e0db6b7ad25e81858f744a8ce72512c47de
HEAD_REF master
PATCHES install-cmake.patch
)