@@ -55,7 +55,7 @@ message(STATUS "Checking for mandatory dependencies...")
5555# expat
5656# https://github.com/libexpat/libexpat
5757ocio_handle_dependency( expat REQUIRED ALLOW_INSTALL
58- MIN_VERSION 2.4.1 # 2. 6.0 maybe? As it's cmake 4.0 friendly
58+ MIN_VERSION 2.6.0
5959 RECOMMENDED_VERSION 2.7.2
6060 RECOMMENDED_VERSION_REASON "CVE fixes and Latest version tested with OCIO" )
6161
@@ -73,7 +73,7 @@ ocio_handle_dependency( pystring REQUIRED ALLOW_INSTALL
7373 RECOMMENDED_VERSION 1.1.4
7474 RECOMMENDED_VERSION_REASON "Latest version tested with OCIO" )
7575
76- # Imath (>=3.1.1)
76+ # Imath
7777# https://github.com/AcademySoftwareFoundation/Imath
7878ocio_handle_dependency( Imath REQUIRED ALLOW_INSTALL
7979 MIN_VERSION 3.1.1
@@ -108,7 +108,7 @@ ocio_handle_dependency( ZLIB REQUIRED ALLOW_INSTALL
108108# minizip-ng
109109# https://github.com/zlib-ng/minizip-ng
110110ocio_handle_dependency( minizip-ng REQUIRED ALLOW_INSTALL
111- MIN_VERSION 3 .0.8
111+ MIN_VERSION 4 .0.0
112112 RECOMMENDED_VERSION 4.0.10
113113 RECOMMENDED_VERSION_REASON "Latest version tested with OCIO" )
114114
@@ -255,7 +255,7 @@ if(OCIO_BUILD_APPS)
255255 ###############################################################################
256256 # Calling find_package in CONFIG mode using PREFER_CONFIG option.
257257 ocio_handle_dependency( OpenEXR PREFER_CONFIG ALLOW_INSTALL
258- MIN_VERSION 3.1.6
258+ MIN_VERSION 3.2.0
259259 RECOMMENDED_VERSION 3.3.5
260260 RECOMMENDED_VERSION_REASON "Latest version tested with OCIO"
261261 PROMOTE_TARGET OpenEXR::OpenEXR)
0 commit comments