Skip to content

Commit

Permalink
Set Imath tag to v3.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <cary@ilm.com>
  • Loading branch information
cary-ilm committed Apr 1, 2021
1 parent 552c261 commit 4a84390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/OpenEXRSetup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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.1-beta" CACHE STRING
set(IMATH_TAG "v3.0.1" 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)
Expand Down

0 comments on commit 4a84390

Please sign in to comment.