Skip to content

Commit a5155e7

Browse files
committed
turn OPENEXR_FORCE_INTERNAL_DEFLATE ON - fix legacy build system exr's deflate dependency, it should never look system wide but download
1 parent 0de8b27 commit a5155e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

3rdparty/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,8 @@ set(BUILD_STATIC_LIBS OFF)
214214
set(BUILD_TESTING OFF)
215215
set(PYILMBASE_ENABLE OFF CACHE STRING "" FORCE)
216216
set(OPENEXR_BUILD_UTILS OFF CACHE STRING "" FORCE)
217-
set(OPENEXR_FORCE_INTERNAL_IMATH ON CACHE STRING "" FORCE) # TODO: make it a submodule and force using it maybe instead of letting OpenEXR download it from it's github repository
217+
set(OPENEXR_FORCE_INTERNAL_IMATH ON CACHE STRING "" FORCE) # TODO: make it a submodule and force using it maybe instead of letting OpenEXR download it from it's github repository [FIXED in newBuildSystem branch]
218+
set(OPENEXR_FORCE_INTERNAL_DEFLATE ON CACHE STRING "" FORCE) # TODO: make it a submodule and force using it maybe instead of letting OpenEXR download it from it's github repository [FIXED in newBuildSystem branch]
218219
set(OPENEXR_BUILD_TOOLS OFF CACHE STRING "" FORCE)
219220
set(OPENEXR_INSTALL OFF CACHE STRING "" FORCE)
220221
set(OPENEXR_INSTALL_DOCS OFF CACHE STRING "" FORCE)

0 commit comments

Comments
 (0)