Skip to content

Commit

Permalink
build(dicom): ensure dcmqi finds pixi's Python
Browse files Browse the repository at this point in the history
Through upstream patch:

  QIICR/dcmqi#511
  • Loading branch information
thewtex committed Dec 10, 2024
1 parent f0bf6a8 commit 7c61f80
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/dicom/dcmtk/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ endif()

include(FetchContent)
# DCMQI
set(DCMQI_GIT_REPOSITORY "https://github.com/QIICR/dcmqi")
set(DCMQI_GIT_TAG "bf6d62266f302a46402a84cfbeeb251a05956bd8")
# 2024-12-10 master + find python patch: https://github.com/QIICR/dcmqi/pull/511
set(DCMQI_GIT_REPOSITORY "https://github.com/thewtex/dcmqi")
set(DCMQI_GIT_TAG "1dd11d648417ca457af39afdb24b08fa95c9bd06")
set(DCMQI_SUPERBUILD OFF)
set(DCMQI_BUILD_SLICER_EXTENSION OFF)
set(DCMQI_BUILD_APPS OFF)
Expand Down

0 comments on commit 7c61f80

Please sign in to comment.