From 0007fe842849b0032e2083848430f085f6895d10 Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 31 Jul 2026 09:37:07 -0400 Subject: [PATCH] FindDCMTK: Drop explicit hyperlink to a specific DCMTK commit `git.dcmtk.org` now enforces a browser challenge so Sphinx `linkcheck` fails. Rather than adding a suppression, a version number is sufficient on its own without a hyperlink. --- Modules/FindDCMTK.cmake | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Modules/FindDCMTK.cmake b/Modules/FindDCMTK.cmake index 181142c4bb..555cdeaabb 100644 --- a/Modules/FindDCMTK.cmake +++ b/Modules/FindDCMTK.cmake @@ -18,11 +18,10 @@ the DICOM Standard (Digital Imaging and Communications in Medicine). This module is now able to find a version of DCMTK that does or does not export a ``DCMTKConfig.cmake`` file. - DCMTK since its version `3.6.1_20140617 - `_ - supports and installs :ref:`package configuration file - ` (``DCMTKConfig.cmake``) for use with the - :command:`find_package` command in *config mode*. + DCMTK, since version ``3.6.1_20140617``, supports and installs a + :ref:`package configuration file ` + (``DCMTKConfig.cmake``) for use with the :command:`find_package` + command in *config mode*. This module now applies a two-step process: