Skip to content

Commit 2f8fd82

Browse files
committed
fix current CMake fresh submodule clone with SSH, force OpenEXR's submodule to fetch content with SSH (notes in the diff)
1 parent 78582f1 commit 2f8fd82

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

3rdparty/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,10 @@ option(_NBL_COMPILE_WITH_OPEN_EXR_ "Build with OpenEXR library" ON)
202202
# here is where _NBL_COMPILE_WITH_OPEN_EXR_ plays a role - when disabled OpenEXR won't be built and linked
203203
# but it's core
204204

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+
205209
set(_OLD_BUILD_SHARED_LIBS ${BUILD_SHARED_LIBS})
206210
set(_OLD_BUILD_STATIC_LIBS ${BUILD_STATIC_LIBS})
207211
set(_OLD_BUILD_TESTING ${BUILD_TESTING})

0 commit comments

Comments
 (0)