diff options
| author | Stefano Sinigardi <stesinigardi@hotmail.com> | 2019-01-11 20:15:34 +0100 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-01-11 11:15:34 -0800 |
| commit | 885ca2ce6cd1c9353f4a0f28f94547a1342a7ae2 (patch) | |
| tree | eec17b82cf5b643f87e97dc5c571bbc6ded48efb /ports/vxl | |
| parent | 1fe5a31cd771313e38c46cd63ad3a33aa0acad90 (diff) | |
| download | vcpkg-885ca2ce6cd1c9353f4a0f28f94547a1342a7ae2.tar.gz vcpkg-885ca2ce6cd1c9353f4a0f28f94547a1342a7ae2.zip | |
[libjpeg-turbo] use d suffix for debug libs (#4965)
* use d suffix for debug libs, improve compatibility with official FindJPEG.cmake (cmake 3.13)
* [libjpeg] fix also non-static case
* [libjpeg-turbo] bump version
* [libjpeg-turbo] fixes for regression on Linux/macOS
* [libjpeg-turbo] fix regression in qt5-base
* [linkjpeg-turbo] force CI test
Diffstat (limited to 'ports/vxl')
| -rw-r--r-- | ports/vxl/portfile.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/vxl/portfile.cmake b/ports/vxl/portfile.cmake index 75d89ee2d..9735f144b 100644 --- a/ports/vxl/portfile.cmake +++ b/ports/vxl/portfile.cmake @@ -47,4 +47,5 @@ vcpkg_copy_pdbs() file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share) -file(INSTALL ${SOURCE_PATH}/core/vxl_copyright.h DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
\ No newline at end of file +file(INSTALL ${SOURCE_PATH}/core/vxl_copyright.h DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) +#
\ No newline at end of file |
