Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Gritz <[email protected]>
  • Loading branch information
lgritz committed Mar 22, 2024
1 parent 947436a commit d64411c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/cmake/externalpackages.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ checked_find_package (OpenEXR REQUIRED
# library. This shouldn't be necessary, except for the common case of people
# building against Imath/OpenEXR 3.x when there is still a system-level
# install version of 2.x.
message (STATUS "XXX about to i_d IMATH_INCLUDES = ${IMATH_INCLUDES}")
message (STATUS "XXX about to i_d OPENEXR_INCLUDES = ${OPENEXR_INCLUDES}")
message (STATUS "XXX about to i_d Imath_INCLUDES = ${Imath_INCLUDES}")
message (STATUS "XXX about to i_d OpenEXR_INCLUDES = ${OpenEXR_INCLUDES}")
include_directories(BEFORE ${IMATH_INCLUDES} ${OPENEXR_INCLUDES})
if (MSVC AND NOT LINKSTATIC)
proj_add_compile_definitions (OPENEXR_DLL) # Is this needed for new versions?
Expand Down

0 comments on commit d64411c

Please sign in to comment.