You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ENH: Make ITKDCMTK a private dependency of ITKIODCMTK
Move itkDCMTKFileReader.h from include/ to src/ so DCMTK types
(DcmStack, E_TransferSyntax, DcmDictEntry, etc.) do not appear in
public headers. Add PRIVATE include dir in src/CMakeLists.txt and
src/ include path in test/CMakeLists.txt for the test that exercises
DCMTKFileReader directly. Change itk-module.cmake to list ITKDCMTK
under PRIVATE_DEPENDS instead of DEPENDS.
0 commit comments