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 7d4597a commit b5c4c75Copy full SHA for b5c4c75
CMakeLists.txt
@@ -55,13 +55,14 @@ if(TARGET ZLIB::ZLIB)
55
message( STATUS " ZLIB_LIBRARY : ${ZLIB_LIBRARY}" )
56
else()
57
message( STATUS "ZLIB was not found")
58
- message( STAUTS " ZLIB is automatically linked when using OpenEXR 3.x but CTL needs to link to ZLIB if using OpenEXR 2.x" )
+ message( STATUS " ZLIB is automatically linked when using OpenEXR 3.x but CTL needs to link to ZLIB if using OpenEXR 2.x" )
59
endif()
60
61
find_package(OpenEXR 3 CONFIG QUIET)
62
if(OpenEXR_FOUND)
63
message(STATUS "Found OpenEXR ${OpenEXR_VERSION}")
64
65
+ message(STATUS "OpenEXR v3 not found, looking for IlmBase and OpenEXR v2")
66
find_package(IlmBase REQUIRED)
67
find_package(OpenEXR 2 REQUIRED)
68
0 commit comments