From a1a00ffeecf627bbbc010d40700720bee48b2af7 Mon Sep 17 00:00:00 2001 From: Cary Phillips Date: Mon, 25 Mar 2024 11:27:30 -0700 Subject: [PATCH] Add PR 1674 to notes Signed-off-by: Cary Phillips --- CHANGES.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 41aa1aab26..1c4011438f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -78,13 +78,18 @@ Patch release that fixes handling of dwa compression in OpenEXRCore library. -This release also removes the unused CMake option -``OPENEXR_INSTALL_EXAMPLES``, and fixes some other compiler warnings. +Other miscellaneous changes: + +- Add CMake `find_dependency` for `libdeflate`, to fix a vcpkg build error +- Remove the unused CMake option ``OPENEXR_INSTALL_EXAMPLES`` +- Fix some other compiler warnings. ### Merged Pull Requests * [1684](https://github.com/AcademySoftwareFoundation/openexr/pull/1684) Fix typo causing prefix len to be wrong +* [1674](https://github.com/AcademySoftwareFoundation/openexr/pull/1674) +CMake packaging fix. * [1668](https://github.com/AcademySoftwareFoundation/openexr/pull/1668) Improve workflow filters * [1666](https://github.com/AcademySoftwareFoundation/openexr/pull/1666)