diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2021-05-01 01:59:39 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-30 10:59:39 -0700 |
| commit | 8dad905c6f5b8a44ce72de7221b9165a591de107 (patch) | |
| tree | 3c2b1cd59ee4c336124f50c07da1e0530655c06e /versions | |
| parent | c8c95c50c11689920b9c67d88f9028f7553b389b (diff) | |
| download | vcpkg-8dad905c6f5b8a44ce72de7221b9165a591de107.tar.gz vcpkg-8dad905c6f5b8a44ce72de7221b9165a591de107.zip | |
[matplotplusplus] Fix find and use dependencies (#17552)
* [matplotplusplus] Fix find and use dependencies
* update version record
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/m-/matplotplusplus.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index d379b86a6..18744fe7f 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3858,7 +3858,7 @@ }, "matplotplusplus": { "baseline": "2021-04-11", - "port-version": 1 + "port-version": 2 }, "matroska": { "baseline": "1.6.2", diff --git a/versions/m-/matplotplusplus.json b/versions/m-/matplotplusplus.json index 4f690fdb1..7d3021d44 100644 --- a/versions/m-/matplotplusplus.json +++ b/versions/m-/matplotplusplus.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "6b6b0deac894d376c04b11f3f01a26952b97b0b1", + "version-date": "2021-04-11", + "port-version": 2 + }, + { "git-tree": "1daed23f0dc56cccb47adb60cee246cac3d8cdbd", "version-date": "2021-04-11", "port-version": 1 |
