From 466d78644b1b44aad880d404e82acd6b5076b705 Mon Sep 17 00:00:00 2001 From: Cary Phillips Date: Tue, 1 Jun 2021 10:32:53 -0700 Subject: [PATCH] Set IMATH_TAG to v3.0.4 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 a6d48c797b..69af8a03b4 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.3" CACHE STRING +set(IMATH_TAG "v3.0.4" 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)