diff options
| author | Alberto Luaces <aluaces@udc.es> | 2021-09-24 02:37:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-23 17:37:57 -0700 |
| commit | 5b61ee0226922713d77313b5ee5d9467c25da3bd (patch) | |
| tree | 4619d30e6dae3ad71a24fd44a5a71495224cc5c7 /versions | |
| parent | 50fcd633dd5d6f3f9b085324ca95690204e7644b (diff) | |
| download | vcpkg-5b61ee0226922713d77313b5ee5d9467c25da3bd.tar.gz vcpkg-5b61ee0226922713d77313b5ee5d9467c25da3bd.zip | |
[openmvg] Fix for building with eigen 3.4.0. (#20056)
* [openmvg] Fix for building with eigen 3.4.0.
* Bump port version.
* Convert "version-string" field into "version"
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update vcpkg_check_features call
* [openmvg] x-add-version
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/o-/openmvg.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index cc17ee37f..ca2756718 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4826,7 +4826,7 @@ }, "openmvg": { "baseline": "1.6", - "port-version": 2 + "port-version": 3 }, "openmvs": { "baseline": "1.1", diff --git a/versions/o-/openmvg.json b/versions/o-/openmvg.json index bced43642..1731c064e 100644 --- a/versions/o-/openmvg.json +++ b/versions/o-/openmvg.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "6f3087d8d002d7f226e77427ce363e2b20371485", + "version": "1.6", + "port-version": 3 + }, + { "git-tree": "f62103b28735c9e72b9a866e6530c52629e77295", "version-string": "1.6", "port-version": 2 |
