diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-02-05 06:46:24 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-04 14:46:24 -0800 |
| commit | d09f4faf526b33a8d938e653589ec1d726ef146f (patch) | |
| tree | 968f013eaa2510bd3e0d0ac9df6aedf489b3df33 /ports/cppmicroservices/CONTROL | |
| parent | d4c6627acd395878f10ad5459a0d0993bddf5993 (diff) | |
| download | vcpkg-d09f4faf526b33a8d938e653589ec1d726ef146f.tar.gz vcpkg-d09f4faf526b33a8d938e653589ec1d726ef146f.zip | |
[cppmicroservices] Fix find dependency gtest (#9886)
* [cppmicroservices] Fix find dependency gtest
* update baseline
Diffstat (limited to 'ports/cppmicroservices/CONTROL')
| -rw-r--r-- | ports/cppmicroservices/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/cppmicroservices/CONTROL b/ports/cppmicroservices/CONTROL index 4ca4793f0..91748199f 100644 --- a/ports/cppmicroservices/CONTROL +++ b/ports/cppmicroservices/CONTROL @@ -1,5 +1,5 @@ Source: cppmicroservices -Version: v3.4.0 +Version: 3.4.0-1 Homepage: https://github.com/CppMicroServices/CppMicroServices Description: An OSGi-like C++ dynamic module system and service registry - +Build-Depends: gtest
\ No newline at end of file |
