diff options
| author | James Chang <twmr7@outlook.com> | 2018-12-12 02:01:05 +0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-12-11 10:01:05 -0800 |
| commit | 9b8cc8095323a550ecd7a184881bd5802b5a313f (patch) | |
| tree | 2e44c1b53a7b8c1483e97c9d4af96679705c27e0 /ports/gdcm2/CONTROL | |
| parent | 5295c8fdeb8fd2332bfce7a897465fdf9391d99a (diff) | |
| download | vcpkg-9b8cc8095323a550ecd7a184881bd5802b5a313f.tar.gz vcpkg-9b8cc8095323a550ecd7a184881bd5802b5a313f.zip | |
[gdcm2] fix improper cmake file setup (#4880)
* move cmake files to proper location, and modify path in contents accordingly
* workaround cmake script to find openjpeg package, and include openjpeg in Build-Depends list
* [gdcm2] Use vcpkg_fixup_cmake_targets()
Diffstat (limited to 'ports/gdcm2/CONTROL')
| -rw-r--r-- | ports/gdcm2/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/gdcm2/CONTROL b/ports/gdcm2/CONTROL index d3ff62aa7..a3a083ed8 100644 --- a/ports/gdcm2/CONTROL +++ b/ports/gdcm2/CONTROL @@ -1,4 +1,4 @@ Source: gdcm2 -Version: 2.8.8 +Version: 2.8.8-2 Description: Grassroots DICOM library -Build-Depends: zlib, expat +Build-Depends: zlib, expat, openjpeg |
