From 3c13abee682a692e769097d650b0d90984431121 Mon Sep 17 00:00:00 2001 From: Mark Titchener Date: Fri, 21 Feb 2025 11:07:34 +0000 Subject: [PATCH] Change recommended Imath version to 3.1.12. This should fix Issue #1764. Signed-off-by: Mark Titchener --- share/cmake/modules/FindExtPackages.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/cmake/modules/FindExtPackages.cmake b/share/cmake/modules/FindExtPackages.cmake index accdecec2a..aa2550ac76 100644 --- a/share/cmake/modules/FindExtPackages.cmake +++ b/share/cmake/modules/FindExtPackages.cmake @@ -77,7 +77,7 @@ ocio_handle_dependency( pystring REQUIRED ALLOW_INSTALL # https://github.com/AcademySoftwareFoundation/Imath ocio_handle_dependency( Imath REQUIRED ALLOW_INSTALL MIN_VERSION 3.1.1 - RECOMMENDED_VERSION 3.1.6 + RECOMMENDED_VERSION 3.1.12 RECOMMENDED_VERSION_REASON "Latest version tested with OCIO") ###############################################################################