diff options
| author | Xing Ji <33065325+jixingcn@users.noreply.github.com> | 2021-08-27 01:10:12 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-26 10:10:12 -0700 |
| commit | 17818aa503e5af0045beafae3a9265fe60c458bd (patch) | |
| tree | 969594d2e8db6aa9789264318c795a86f37ccfe1 /versions/baseline.json | |
| parent | 383060ffb686cc87404cc972e39cb77d3b1ef4e1 (diff) | |
| download | vcpkg-17818aa503e5af0045beafae3a9265fe60c458bd.tar.gz vcpkg-17818aa503e5af0045beafae3a9265fe60c458bd.zip | |
[OpenColorIO] Fix OpenColorIO v2.0.1 can't be find_package (#19725)
* fix that opencolorio v2.0.1 can't be `find_package`, reference the master branch of opencolorio to generate `OpenColorIOTargets`
* run `vcpkg x-add-version --all`
* fix the `OpenColorIO` for linux
* vcpkg x-add-version --all
* patch for `OpenColorIOConfig.cmake` by https://github.com/AcademySoftwareFoundation/OpenColorIO/pull/1397
* vcpkg x-add-version --all
Diffstat (limited to 'versions/baseline.json')
| -rw-r--r-- | versions/baseline.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 6dea4286c..123b7a950 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4614,7 +4614,7 @@ }, "opencolorio": { "baseline": "2.0.1", - "port-version": 0 + "port-version": 1 }, "opencolorio-tools": { "baseline": "1.1.1", |
