Jack·Boos·Yu
Jack·Boos·Yu
``` CMake Error at /Users/vcpkg/Data/installed/x64-osx/share/openimageio/OpenImageIOTargets.cmake:71 (set_target_properties): The link interface of target "OpenImageIO::OpenImageIO" contains: lcms2::lcms2 but the target was not found. Possible reasons include: * There is a typo in the...
Depends on https://github.com/microsoft/vcpkg/pull/38071
@fabiencastan Can you please review this PR?
Waiting for the upstream review this PR.
@fabiencastan vacation now, will continue this PR several days later.
@fabiencastan Alicevision does not provide `FindCoinUtils.cmake`, so how can we find coinutils by cmake now? I saw coinutils is adding cmake support in https://github.com/coin-or/CoinUtils/pull/101 but not land. Edit: I saw...
> Currently we are using a fork: https://github.com/alicevision/CoinUtils/commits/av_develop/ with all the cmake stuff. > > There is also another PR on the official coinutils that has not been merged to...
> How do you consume those libs built with make in vcpkg now in a project with cmake? Do you have to provide your own FindX.cmake? Yeah we currently may...
> ok, but I meant more generally, if your project is cmake-based, how are you supposed to import a library built using `vcpkg_configure_make()`? Vcpkg was meant to use cmake as...
I resolved the coinutils / clp /osi couldn't be found issue using pkgconfig, but got new issue about boost: ``` [312/564] E:\MICROS~2\2022\COMMUN~1\VC\Tools\MSVC\1436~1.325\bin\Hostx64\x64\cl.exe /TP -DALICEVISION_EIGEN_REQUIRE_ALIGNMENT=1 -DBOOST_ALL_DYN_LINK -DBOOST_BIND_GLOBAL_PLACEHOLDERS=1 -DBOOST_TEST_DYN_LINK -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS...