diff options
| author | Angus Comrie <accomrie@gmail.com> | 2021-04-02 21:39:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-02 12:39:17 -0700 |
| commit | 92608fb8b00384c504e95ffd4f5b84f5c492fa8a (patch) | |
| tree | f2079ba56c258262d53d76cf7b1d57d3e2f16aba /versions | |
| parent | 2afee4c5aad8f936ea2bbe58dcdff96d2eadc258 (diff) | |
| download | vcpkg-92608fb8b00384c504e95ffd4f5b84f5c492fa8a.tar.gz vcpkg-92608fb8b00384c504e95ffd4f5b84f5c492fa8a.zip | |
[vtk] enables openvr module when openvr is listed (#17015)
* enables openvr module when openvr is listed
* bumped port number
* add version bump to json files
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/v-/vtk.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index ea0d48d37..005e80a75 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6290,7 +6290,7 @@ }, "vtk": { "baseline": "9.0.1", - "port-version": 5 + "port-version": 6 }, "vtk-dicom": { "baseline": "0.8.12-1", diff --git a/versions/v-/vtk.json b/versions/v-/vtk.json index 3eee5db7b..df66e2cb6 100644 --- a/versions/v-/vtk.json +++ b/versions/v-/vtk.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "78be7ee36f34395e4d5511fd61457c4f7178a438", + "version-string": "9.0.1", + "port-version": 6 + }, + { "git-tree": "88d95daae73bf5c3413bb18188c81f9ea752e418", "version-string": "9.0.1", "port-version": 5 |
