You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 3rdparty/CMakeLists.txt
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -214,7 +214,8 @@ set(BUILD_STATIC_LIBS OFF)
214
214
set(BUILD_TESTINGOFF)
215
215
set(PYILMBASE_ENABLEOFFCACHESTRING""FORCE)
216
216
set(OPENEXR_BUILD_UTILSOFFCACHESTRING""FORCE)
217
-
set(OPENEXR_FORCE_INTERNAL_IMATHONCACHESTRING""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_IMATHONCACHESTRING""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_DEFLATEONCACHESTRING""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]
0 commit comments