diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2021-08-10 15:59:01 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-10 00:59:01 -0700 |
| commit | 646aa7d8c0e62eb056aa1904b08664f663d7864e (patch) | |
| tree | 07c2411d27d57b4d549f92cc9c2bab8fc31b1c67 /versions | |
| parent | 3a37cc46f67334817a36cdf122dcbb58b1b1acea (diff) | |
| download | vcpkg-646aa7d8c0e62eb056aa1904b08664f663d7864e.tar.gz vcpkg-646aa7d8c0e62eb056aa1904b08664f663d7864e.zip | |
[catch2] Support static build (#19396)
* [catch2] Update to 1.13.7 and support static build
* Update version files
* Revert the new version update changes
* Update version files
* Update versions/c-/catch2.json
* Fix install path for lib and pkgconfig
* Update versions/c-/catch2.json
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/c-/catch2.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 28a7a3eb0..b9977c279 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1154,7 +1154,7 @@ }, "catch2": { "baseline": "2.13.6", - "port-version": 1 + "port-version": 2 }, "cccapstone": { "baseline": "9b4128ee1153e78288a1b5433e2c06a0d47a4c4e-1", diff --git a/versions/c-/catch2.json b/versions/c-/catch2.json index cca4c3a00..646d520aa 100644 --- a/versions/c-/catch2.json +++ b/versions/c-/catch2.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "ef9387df5727b456d41890580ac51c03cae9bb25", + "version-semver": "2.13.6", + "port-version": 2 + }, + { "git-tree": "bd73b1d5e8994fb0327c333cd77400577f05e31c", "version-semver": "2.13.6", "port-version": 1 |
