diff options
| author | miheer vaidya <m.vaidya@utah.edu> | 2021-02-02 14:45:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-02 13:45:32 -0800 |
| commit | bbb50a7d8b009a6911c598058f0248cd8d752fbb (patch) | |
| tree | 7aadb57166bd0fe2ff88e69b3e47a0372048f2b7 /versions | |
| parent | d97ce7dfc24939519c93978524766967fb5d95aa (diff) | |
| download | vcpkg-bbb50a7d8b009a6911c598058f0248cd8d752fbb.tar.gz vcpkg-bbb50a7d8b009a6911c598058f0248cd8d752fbb.zip | |
[libconfig] Fix libconfig when installing master branch (#15885)
* Fix libconfig when installing master branch
Also add a warning that stable version won't create cmakeConfig files
* run x-add-version
* Update ports/libconfig/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/libconfig/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/libconfig/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/libconfig/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Revert "run x-add-version"
This reverts commit 79b9ef86933a79012be9866ef638c8cee5abf02d.
* run x-add-version libconfig
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/l-/libconfig.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 91fb31ba2..3832e0b3a 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2866,7 +2866,7 @@ }, "libconfig": { "baseline": "1.7.2", - "port-version": 3 + "port-version": 4 }, "libconfuse": { "baseline": "2019-07-14", diff --git a/versions/l-/libconfig.json b/versions/l-/libconfig.json index 45a6c7df8..6d7eeafa1 100644 --- a/versions/l-/libconfig.json +++ b/versions/l-/libconfig.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "079c1b8cc62fe544a3277a949422bd68c57e0c45", + "version-string": "1.7.2", + "port-version": 4 + }, + { "git-tree": "c82b5fbc0a37ebd11ecb4f87b9d63df2552805e7", "version-string": "1.7.2", "port-version": 3 |
