I can reproduce this locally with main
branch. I am taking a look.
Released version 5.4.4. By the way, the download link of 5.4.4 seems wrong, I can only get version 5.4.3 through the download page.
—Original—
@matt.mccormick I think we need to regenerate the documentation. The link change was made in PR 5519.
Turning on Module_IOTransformDCMTK
triggers the compile time error in ITKIODCMTK
. We don’t even get to issue 2872.
CMAKE_CXX_STANDARD
isn’t the only thing that does not propagate properly. PNG, ZLIB, and TIFF specifications here don’t get picked up here due to missing DCMTK_USE_FIND_PACKAGE.
Also entered to the bug tracker as issue 5539.
I think we need to regenerate the documentation. The link change was made in PR 5519.
The documentation builds were updated to build from main
instead of master
and now have the updated links.