Skip to content

Commit

Permalink
Merge pull request #1290 from thewtex/dcmqi-python-version
Browse files Browse the repository at this point in the history
build(dicom): ensure dcmqi finds pixi's Python
  • Loading branch information
thewtex authored Dec 11, 2024
2 parents 371636b + 533ec46 commit b8ee114
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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
# 2024-12-10 master
set(DCMQI_GIT_REPOSITORY "https://github.com/QIICR/dcmqi")
set(DCMQI_GIT_TAG "bf6d62266f302a46402a84cfbeeb251a05956bd8")
set(DCMQI_GIT_TAG "011237d7c2d294ef960c31384d92db23d826f7bc")
set(DCMQI_SUPERBUILD OFF)
set(DCMQI_BUILD_SLICER_EXTENSION OFF)
set(DCMQI_BUILD_APPS OFF)
Expand Down

0 comments on commit b8ee114

Please sign in to comment.