diff options
| author | Cheney Wang <38240633+Cheney-W@users.noreply.github.com> | 2021-04-13 00:59:28 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-12 09:59:28 -0700 |
| commit | 66e1e5c1dfd539a54e4e5dc3ae85fc2199acb24c (patch) | |
| tree | bdc71b32c9737da276041df83a910fdc39402487 /versions | |
| parent | d23aa4ad3f71660904e9c243b202f35e4f153477 (diff) | |
| download | vcpkg-66e1e5c1dfd539a54e4e5dc3ae85fc2199acb24c.tar.gz vcpkg-66e1e5c1dfd539a54e4e5dc3ae85fc2199acb24c.zip | |
[openmama] Modify the output path of the common header file (#16725)
* [openmama] Modify the path of the common header file
* Update json files
* Remove file existence judgment
* Update git tree
Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/o-/openmama.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 391146eb8..8fb80742b 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4474,7 +4474,7 @@ }, "openmama": { "baseline": "6.3.1", - "port-version": 0 + "port-version": 1 }, "openmesh": { "baseline": "8.1", diff --git a/versions/o-/openmama.json b/versions/o-/openmama.json index a96b358a1..e34e2add3 100644 --- a/versions/o-/openmama.json +++ b/versions/o-/openmama.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "74e126369c9ba45cf7105e1b72871738acd24de5", + "version-semver": "6.3.1", + "port-version": 1 + }, + { "git-tree": "6945e436fdfc5307d58f84ff5c76f6a34e2a8031", "version-string": "6.3.1", "port-version": 0 |
