We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdcdc1d commit 466d786Copy full SHA for 466d786
cmake/OpenEXRSetup.cmake
@@ -252,7 +252,7 @@ endif()
252
# Check to see if Imath is installed outside of the current build directory.
253
set(IMATH_REPO "https://github.com/AcademySoftwareFoundation/Imath.git" CACHE STRING
254
"Repo for auto-build of Imath")
255
-set(IMATH_TAG "v3.0.3" CACHE STRING
+set(IMATH_TAG "v3.0.4" CACHE STRING
256
"Tag for auto-build of Imath (branch, tag, or SHA)")
257
set(CMAKE_IGNORE_PATH "${CMAKE_CURRENT_BINARY_DIR}/_deps/imath-src/config;${CMAKE_CURRENT_BINARY_DIR}/_deps/imath-build/config")
258
find_package(Imath QUIET)
0 commit comments