QIICR / dcmqi

dcmqi (DICOM for Quantitative Imaging) is a free, open source C++ library for conversion between imaging research formats and the standard DICOM representation for image analysis results
https://qiicr.gitbook.io/dcmqi-guide/
BSD 3-Clause "New" or "Revised" License
241 stars 61 forks source link

COMP: turn off SNDFILE to fix include path #397

Closed pieper closed 4 years ago

pieper commented 4 years ago

Fixes #395

As described in the issue, on some (many?) systems dcmtk header files could end up in the same path (e.g. /usr/local/include) with other packages, in this case libsndfile's header.

fedorov commented 4 years ago

Thank you @pieper!

Should it also be disabled for Slicer?

pieper commented 4 years ago

Should it also be disabled for Slicer?

Yes, I will check it in when I finish a few calls.