From c9756528b23ae4d0c8be7fd65022b77810db58b0 Mon Sep 17 00:00:00 2001 From: Cary Phillips Date: Tue, 18 May 2021 18:08:56 -0700 Subject: [PATCH] Bump IMATH_TAG to v3.0.3 Signed-off-by: Cary Phillips --- cmake/OpenEXRSetup.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/OpenEXRSetup.cmake b/cmake/OpenEXRSetup.cmake index 3d3f8ed1f4..e0b6db9a88 100644 --- a/cmake/OpenEXRSetup.cmake +++ b/cmake/OpenEXRSetup.cmake @@ -252,7 +252,7 @@ endif() # Check to see if Imath is installed outside of the current build directory. set(IMATH_REPO "https://github.com/AcademySoftwareFoundation/Imath.git" CACHE STRING "Repo for auto-build of Imath") -set(IMATH_TAG "v3.0.2" CACHE STRING +set(IMATH_TAG "v3.0.3" CACHE STRING "Tag for auto-build of Imath (branch, tag, or SHA)") set(CMAKE_IGNORE_PATH "${CMAKE_CURRENT_BINARY_DIR}/_deps/imath-src/config;${CMAKE_CURRENT_BINARY_DIR}/_deps/imath-build/config") find_package(Imath QUIET)