diff options
| author | Fabien Péan <fabien@pean.pro> | 2021-02-09 03:26:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-08 18:26:40 -0800 |
| commit | 7e01ac118a4eab913b75499ccdb5f8b89a457e8a (patch) | |
| tree | c9c92d470e8f0a9ab4d435bde600058c002c0d22 /versions | |
| parent | b011565aeccb6571fb2567bf7c4bbae8bb5a93ce (diff) | |
| download | vcpkg-7e01ac118a4eab913b75499ccdb5f8b89a457e8a.tar.gz vcpkg-7e01ac118a4eab913b75499ccdb5f8b89a457e8a.zip | |
[libigl] Always install as header-only library (#14888)
* [libigl] Always build as header-only library
* [libigl] Always build header-only
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/l-/libigl.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 40e6a3b0a..7083a7fe1 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3074,7 +3074,7 @@ }, "libigl": { "baseline": "2.2.0", - "port-version": 3 + "port-version": 4 }, "libilbc": { "baseline": "3.0.3", diff --git a/versions/l-/libigl.json b/versions/l-/libigl.json index e0509e899..04095ebf5 100644 --- a/versions/l-/libigl.json +++ b/versions/l-/libigl.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "d150e0cc468dec8769382b413a5c477a0682f1fd", + "version-string": "2.2.0", + "port-version": 4 + }, + { "git-tree": "b953afc0875516000dd3c3e694b0d1fc788b8e19", "version-string": "2.2.0", "port-version": 3 |
