MRtrix3 / mrtrix3

MRtrix3 provides a set of tools to perform various advanced diffusion MRI analyses, including constrained spherical deconvolution (CSD), probabilistic tractography, track-density imaging, and apparent fibre density
http://www.mrtrix.org
Mozilla Public License 2.0
294 stars 181 forks source link

cmake: Fix targeted builds w. third-party dependencies #3002

Closed Lestropie closed 2 months ago

Lestropie commented 2 months ago

If attempting to build only a specific target command using cmake --build <> --target, the third party headers are not downloaded. These should be made compulsory regardless of target nomination.

daljit46 commented 2 months ago

Closed by #3004