Skip to content

Commit 4c1ea4b

Browse files
committed
Merge branch 'master' into more_fft_utils
2 parents 7ae2f52 + a5155e7 commit 4c1ea4b

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)