Skip to content

Commit

Permalink
add debugging message for ZLIB
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldsmith committed Jul 2, 2024
1 parent c4c51ec commit 037ae1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ if(TARGET ZLIB::ZLIB)
message( STATUS " ZLIB_LIBRARIES : ${ZLIB_LIBRARIES}" )
message( STATUS " ZLIB_INCLUDE_DIR : ${ZLIB_INCLUDE_DIR}" )
message( STATUS " ZLIB_LIBRARY : ${ZLIB_LIBRARY}" )
else()
message( STATUS "ZLIB was not found")
message( STAUTS " ZLIB is automatically linked when using OpenEXR 3.x but CTL needs to link to ZLIB if using OpenEXR 2.x" )
endif()

find_package(OpenEXR 3 CONFIG QUIET)
Expand Down

0 comments on commit 037ae1e

Please sign in to comment.