Skip to content
Discussion options

You must be logged in to vote

Openexr will build it if you ask for it. I think what may be happening is that libdeflate exists on windows in the msys environment, but it hasnt been built with Visual studio, so this will force it to be built the same way as everything else.
I'm not clear if we need to do it elsewhere though.

--- a/cmake/dependencies/openexr.cmake
+++ b/cmake/dependencies/openexr.cmake
@@ -170,6 +170,7 @@ LIST(APPEND _configure_options "-DBUILD_TESTING=OFF")
IF(RV_TARGET_WINDOWS)
GET_TARGET_PROPERTY(_zlib_implibpath ZLIB::ZLIB IMPORTED_IMPLIB)
LIST(APPEND _configure_options "-DZLIB_INCLUDE_DIR=${RV_DEPS_ZLIB_INCLUDE_DIR}")

  • LIST(APPEND _configure_options "-DOPENEXR_FORCE_INTERNAL_DEFLATE=ON")
    LIST(APPEN…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by richardssam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant