Mercurial > hg > orthanc
changeset 4041:ffd20cdfa82c
news
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 10 Jun 2020 14:55:26 +0200 |
parents | 052dc48c15be |
children | f5c86a00cae0 |
files | Core/DicomFormat/DicomTag.h NEWS Resources/CMake/DownloadPackage.cmake |
diffstat | 3 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/Core/DicomFormat/DicomTag.h Wed Jun 10 14:26:18 2020 +0200 +++ b/Core/DicomFormat/DicomTag.h Wed Jun 10 14:55:26 2020 +0200 @@ -41,7 +41,7 @@ namespace Orthanc { - class DicomTag + class ORTHANC_PUBLIC DicomTag { // This must stay a POD (plain old data structure)
--- a/NEWS Wed Jun 10 14:26:18 2020 +0200 +++ b/NEWS Wed Jun 10 14:55:26 2020 +0200 @@ -2,6 +2,7 @@ =============================== * Private tags returned by C-FIND SCP (cf. option "DefaultPrivateCreator") +* Packaging of the Orthanc framework library Plugins -------
--- a/Resources/CMake/DownloadPackage.cmake Wed Jun 10 14:26:18 2020 +0200 +++ b/Resources/CMake/DownloadPackage.cmake Wed Jun 10 14:55:26 2020 +0200 @@ -206,9 +206,6 @@ macro(DownloadCompressedFile MD5 Url TargetFile) - message(${MD5}) - message(${Url}) - message(${TargetFile}) if (NOT EXISTS "${TargetFile}") DownloadFile("${MD5}" "${Url}")