Skip to content

Releases: DCMTK/dcmtk

Latest (updated on 2026-04-15 06:04 UTC)

15 Apr 06:58

Choose a tag to compare

Make it easier to add external DCMTK modules

Added DCMTK_EXTERNAL_MODULES CMake variable to allow adding external
modules to DCMTK without having to copy files into the DCMTK source
tree.

DCMTK_EXTERNAL_MODULES contains a list of absolute paths, each pointing
to a directory that follows the standard DCMTK module layout: it must
contain a "CMakeLists.txt" at its root and an "include" subdirectory.
Each module is added to the build via add_subdirectory() and its include
directory is appended to DCMTK_INCLUDE_DIRS, both in the build tree and
in the generated DCMTKConfig.cmake. Unlike DCMTK_MODULES, these paths
are not relative to the DCMTK source tree, so the module source can
reside anywhere on the filesystem.

Thanks to Andras Lasso for the suggested patch.

DCMTK-3.7.0

23 Jan 09:06

Choose a tag to compare

Release of DCMTK 3.7.0.

DCMTK-3.6.9

11 Dec 14:14

Choose a tag to compare

Updated configure files for upcoming release.