Skip to content

Commit

Permalink
use latest upstream-libCZI (which includes the option-for-lax-duplica…
Browse files Browse the repository at this point in the history
…te-check)
  • Loading branch information
ptahmose committed Oct 23, 2023
1 parent 5cdceb4 commit 7dba4db
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,8 @@ message (STATUS "[${PROJECT_NAME}] Processing ${CMAKE_CURRENT_LIST_FILE}")
include(FetchContent)
FetchContent_Declare(
libczi
GIT_REPOSITORY https://github.com/ptahmose/libczi-zeiss
GIT_TAG jbl/1036970-more_lax_checking_for_duplicte_subblocks
# ***** CHANGE BEFORE MERGING INTO MAINLINE *****
#GIT_REPOSITORY https://github.com/ZEISS/libczi.git
#GIT_TAG c9954d58759ef6dd7d7c6a53c163ea8349855392
GIT_REPOSITORY https://github.com/ZEISS/libczi.git
GIT_TAG 05bc1ebdca520ba2c5bfc3b9fcde76c548e98545
)

if(NOT libCZI_POPULATED)
Expand Down

0 comments on commit 7dba4db

Please sign in to comment.