diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2021-04-02 01:07:01 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-01 10:07:01 -0700 |
| commit | 7d40a546b87572e81c2d37f9aae6d4cd99bb9aaa (patch) | |
| tree | 24fa4b465b313e91dd93ed569ec0a140d2e80cd2 /versions/p- | |
| parent | 338964e3ffd130f094c98f07ccbbb53578f8d633 (diff) | |
| download | vcpkg-7d40a546b87572e81c2d37f9aae6d4cd99bb9aaa.tar.gz vcpkg-7d40a546b87572e81c2d37f9aae6d4cd99bb9aaa.zip | |
[vcpkg baseline][pangolin] Add options to dependencies to avoid finding them automatically (#17014)
* [vcpkg baseline][pangolin] Add options to dependencies to avoid finding them automatically
* update version record
* switch to CMAKE_DISABLE_FIND_PACKAGE_PORT
* bump version
Diffstat (limited to 'versions/p-')
| -rw-r--r-- | versions/p-/pangolin.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/versions/p-/pangolin.json b/versions/p-/pangolin.json index dabe35abe..0b309bc7d 100644 --- a/versions/p-/pangolin.json +++ b/versions/p-/pangolin.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "e746f01a619539fbbb0aae9b0edb9df733e555d7", + "version-string": "0.5", + "port-version": 13 + }, + { "git-tree": "a27ee268db34edfd09ce5d0b51e574c7e6719931", "version-string": "0.5", "port-version": 12 |
