Skip to content

Commit 466d786

Browse files
committed
Set IMATH_TAG to v3.0.4
Signed-off-by: Cary Phillips <[email protected]>
1 parent fdcdc1d commit 466d786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/OpenEXRSetup.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ endif()
252252
# Check to see if Imath is installed outside of the current build directory.
253253
set(IMATH_REPO "https://github.com/AcademySoftwareFoundation/Imath.git" CACHE STRING
254254
"Repo for auto-build of Imath")
255-
set(IMATH_TAG "v3.0.3" CACHE STRING
255+
set(IMATH_TAG "v3.0.4" CACHE STRING
256256
"Tag for auto-build of Imath (branch, tag, or SHA)")
257257
set(CMAKE_IGNORE_PATH "${CMAKE_CURRENT_BINARY_DIR}/_deps/imath-src/config;${CMAKE_CURRENT_BINARY_DIR}/_deps/imath-build/config")
258258
find_package(Imath QUIET)

0 commit comments

Comments
 (0)