Skip to content

Commit

Permalink
Updated exr version for linking.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Oct 21, 2024
1 parent 9768e61 commit 1c62af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Magick.Native/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ set(LIBWEBP ${LIB_DIR}/libwebpmux.a ${LIB_DIR}/libwebpdemux.a ${LIB_DIR}/libwebp
set(LIBXML ${LIB_DIR}/libxml2.a)
set(LIBZ ${LIB_DIR}/libz.a)

set(LIBEXR_VERSION 3_2)
set(LIBEXR_VERSION 3_3)
set(LIBMATH_VERSION 3_1)
if (CMAKE_BUILD_TYPE STREQUAL "Debug")
set(LIBEXR ${LIB_DIR}/libdeflate.a ${LIB_DIR}/libOpenEXR-${LIBEXR_VERSION}_d.a ${LIB_DIR}/libOpenEXRUtil-${LIBEXR_VERSION}_d.a ${LIB_DIR}/libOpenEXRCore-${LIBEXR_VERSION}_d.a ${LIB_DIR}/libImath-${LIBMATH_VERSION}_d.a ${LIB_DIR}/libIex-${LIBEXR_VERSION}_d.a ${LIB_DIR}/libIlmThread-${LIBEXR_VERSION}_d.a)
Expand Down

0 comments on commit 1c62af7

Please sign in to comment.