Skip to content

Commit

Permalink
Require Imath 3.1 (#1123)
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm authored Aug 5, 2021
1 parent 05350f1 commit 09d4004
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 @@ -258,7 +258,7 @@ set(IMATH_TAG "master" CACHE STRING
if(NOT OPENEXR_FORCE_INTERNAL_IMATH)
#TODO: ^^ Release should not clone from master, this is a place holder
set(CMAKE_IGNORE_PATH "${CMAKE_CURRENT_BINARY_DIR}/_deps/imath-src/config;${CMAKE_CURRENT_BINARY_DIR}/_deps/imath-build/config")
find_package(Imath QUIET)
find_package(Imath 3.1)
set(CMAKE_IGNORE_PATH)
endif()

Expand Down

0 comments on commit 09d4004

Please sign in to comment.