SyneRBI / SIRF-SuperBuild

SIRF CMake SuperBuild
http://www.ccpsynerbi.ac.uk
Apache License 2.0
15 stars 18 forks source link

BUILD_ISMRMRD (=OFF) #253

Open rijobro opened 5 years ago

rijobro commented 5 years ago

It would be good to have an option to disable ismrmrd. This should then remove all of ISMRMRD's dependencies, e.g., HDF. (SIRF currently depends on HDF, but it should probably be ISMRMRD that depends on it. That way, when ISMRMRD is removed, HDF is also removed).

I could imagine this getting tricky. We don't want to compile MR-based SIRF code if ISMRMRD is disabled.

rijobro commented 5 years ago

@evgueni-ovtchinnikov I gave this a go here, but I haven't tested it at all.