When trying to build gdal, it fails on openjpeg:
openjpeg:x64-linux
Vcpkg version: 0.0.113-unknownhash
err.log says:
CMake Error: INSTALL(EXPORT) given unknown export "OpenJPEGTargets"
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_INSTALL_BINDIR
CMAKE_INSTALL_LIBDIR
VCPKG_CRT_LINKAGE
VCPKG_PLATFORM_TOOLSET
I can confirm the same issue on Ubuntu 16.04
See #4744 that fixes this issue.
See #4744 that fixes this issue.
Proposed patch fixes this issue for me (openjpeg now builds successfully). There are still other issues but the jpeg one is gone.
Thanks for posting this issue. This issue has been fixed. So I am closing this issue for now.