File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -202,6 +202,10 @@ option(_NBL_COMPILE_WITH_OPEN_EXR_ "Build with OpenEXR library" ON)
202
202
# here is where _NBL_COMPILE_WITH_OPEN_EXR_ plays a role - when disabled OpenEXR won't be built and linked
203
203
# but it's core
204
204
205
+ # for new build system it doesn't matter since we no more fetch content stuff, temporary to fix current master CMake clones
206
+ set (OPENEXR_DEFLATE_REPO "git@github.com:ebiggers/libdeflate.git" CACHE STRING "Repo path for libdeflate source" FORCE )
207
+ set (OPENEXR_IMATH_REPO "git@github.com:AcademySoftwareFoundation/Imath.git" CACHE STRING "Repo for auto-build of Imath" FORCE )
208
+
205
209
set (_OLD_BUILD_SHARED_LIBS ${BUILD_SHARED_LIBS} )
206
210
set (_OLD_BUILD_STATIC_LIBS ${BUILD_STATIC_LIBS} )
207
211
set (_OLD_BUILD_TESTING ${BUILD_TESTING} )
You can’t perform that action at this time.
0 commit comments