Skip to content

Commit

Permalink
Fetch master branch of libdeflate on main
Browse files Browse the repository at this point in the history
Rather than pinning libdeflate to a specific version, we should have
the OpenEXR main branch fetch from libdeflate's master branch, so our
bleeding edge uses their bleeding edge. Then, we pin to the most
recent libdeflate branch on minor release, or patch release if it's
ABI compatible.

Signed-off-by: Cary Phillips <cary@ilm.com>
  • Loading branch information
cary-ilm committed Oct 11, 2024
1 parent 1cd4bf6 commit 01917a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/OpenEXRSetup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ endif()

option(OPENEXR_FORCE_INTERNAL_DEFLATE "Force using an internal libdeflate" OFF)
set(OPENEXR_DEFLATE_REPO "https://github.com/ebiggers/libdeflate.git" CACHE STRING "Repo path for libdeflate source")
set(OPENEXR_DEFLATE_TAG "v1.18" CACHE STRING "Tag to use for libdeflate source repo (defaults to primary if empty)")
set(OPENEXR_DEFLATE_TAG "master" CACHE STRING "Tag to use for libdeflate source repo (defaults to primary if empty)")

if(NOT OPENEXR_FORCE_INTERNAL_DEFLATE)
#TODO: ^^ Release should not clone from main, this is a place holder
Expand Down

0 comments on commit 01917a6

Please sign in to comment.