Open tellypresence opened 1 month ago
This may be related to #1880, could you possibly test that fix? A change to FetchContent had unintended consequences.
This may be related to #1880, could you possibly test that fix? A change to FetchContent had unintended consequences.
Thank you for the suggestion. I tried using the code modifications in PR #1880, but still fail to build. Not sure it it's quite applicable in my case since I'm on recent version of CMake 3.30.5
(also, the library throwing errors is Imath
not libdeflate
)
By reverting line 292 in cmake/OpenEXRSetup.cmake
to use FetchContent_Populate
Imath again populates automatically.
[Updated] For now I will patch cmake/OpenEXRSetup.cmake
to revert to FetchContent_Populate
. This will allow me to stay up to date with new OpenEXR releases for the time being
[Updated: isolated precise commit where things broke]
Had been building OpenEXR reliably prior to commit
937a0e7
, at which point a change was made and now Imath (which used to be done automatically) is no longer available, breaking the build...Build error messages: