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
# for new build system it doesn't matter since we no more fetch content stuff, temporary to fix current master CMake clones
232
+
set(BUILD_SHARED_LIBS${_OLD_BUILD_SHARED_LIBS})
233
+
set(BUILD_STATIC_LIBS${_OLD_BUILD_STATIC_LIBS})
234
+
set(BUILD_TESTING${_OLD_BUILD_TESTING})
235
+
endif()
206
236
207
-
option(NBL_OPENEXR_FORCE_SSH""ON)
208
237
209
-
if(NBL_OPENEXR_FORCE_SSH)
210
-
set(OPENEXR_DEFLATE_REPO"git@github.com:ebiggers/libdeflate.git"CACHESTRING"Repo path for libdeflate source"FORCE)
211
-
set(OPENEXR_IMATH_REPO"git@github.com:AcademySoftwareFoundation/Imath.git"CACHESTRING"Repo for auto-build of Imath"FORCE)
212
-
else()
213
-
set(OPENEXR_DEFLATE_REPO"https://github.com/ebiggers/libdeflate.git"CACHESTRING"Repo path for libdeflate source"FORCE)
214
-
set(OPENEXR_IMATH_REPO"https://github.com/AcademySoftwareFoundation/Imath.git"CACHESTRING"Repo for auto-build of Imath"FORCE)
215
-
endif()
216
238
217
-
set(_OLD_BUILD_SHARED_LIBS${BUILD_SHARED_LIBS})
218
-
set(_OLD_BUILD_STATIC_LIBS${BUILD_STATIC_LIBS})
219
-
set(_OLD_BUILD_TESTING${BUILD_TESTING})
220
-
set(BUILD_SHARED_LIBSOFF)
221
-
set(BUILD_STATIC_LIBSOFF)
222
-
set(BUILD_TESTINGOFF)
223
-
set(PYILMBASE_ENABLEOFFCACHESTRING""FORCE)
224
-
set(OPENEXR_BUILD_UTILSOFFCACHESTRING""FORCE)
225
-
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]
226
-
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