Skip to content

Commit

Permalink
use /MD support libs.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelonken committed Jan 11, 2024
1 parent 43c6f72 commit 04eb2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Download DCMTK Support libraries
shell: pwsh
run: |
C:\msys64\usr\bin\wget.exe -O dcmtk_support.zip https://dicom.offis.de/download/dcmtk/dcmtk368/support/dcmtk-3.6.8-win64-support-MT-msvc-17.4.zip
C:\msys64\usr\bin\wget.exe -O dcmtk_support.zip https://dicom.offis.de/download/dcmtk/dcmtk368/support/dcmtk-3.6.8-win64-support-MD-msvc-17.4.zip
# Uncompress support libraries into directory c:\dcmtk_support\libs.
# We rename the original directory to libs so that the rest of the script
Expand Down

0 comments on commit 04eb2e4

Please sign in to comment.