Skip to content

Commit

Permalink
Merge pull request #2993 from MRtrix3/fix_nifti_download
Browse files Browse the repository at this point in the history
Download NIfTI headers from GitHub
  • Loading branch information
bjeurissen authored Sep 11, 2024
2 parents 0b27783 + ad3f5b6 commit bb38d56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ else()
ExternalProject_Add(
nifti1
PREFIX nifti
URL "https://nifti.nimh.nih.gov/pub/dist/src/nifti2/nifti1.h"
URL "https://raw.githubusercontent.com/NIFTI-Imaging/nifti_clib/master/nifti2/nifti1.h"
CONFIGURE_COMMAND "" BUILD_COMMAND "" INSTALL_COMMAND ""
DOWNLOAD_NO_EXTRACT ON
DOWNLOAD_NO_PROGRESS ON
Expand All @@ -81,7 +81,7 @@ else()
ExternalProject_Add(
nifti2
PREFIX nifti
URL "https://nifti.nimh.nih.gov/pub/dist/src/nifti2/nifti2.h"
URL "https://raw.githubusercontent.com/NIFTI-Imaging/nifti_clib/master/nifti2/nifti2.h"
CONFIGURE_COMMAND "" BUILD_COMMAND "" INSTALL_COMMAND ""
DOWNLOAD_NO_EXTRACT ON
DOWNLOAD_NO_PROGRESS ON
Expand Down

0 comments on commit bb38d56

Please sign in to comment.