Mercurial > hg > orthanc
changeset 5074:fa3699115b48
comment
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 16 Aug 2022 11:06:39 +0200 |
parents | 859f3668c181 |
children | a342e561c29d |
files | OrthancFramework/SharedLibrary/CMakeLists.txt |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancFramework/SharedLibrary/CMakeLists.txt Tue Aug 16 11:06:25 2022 +0200 +++ b/OrthancFramework/SharedLibrary/CMakeLists.txt Tue Aug 16 11:06:39 2022 +0200 @@ -510,8 +510,9 @@ if (STATIC_BUILD OR NOT USE_SYSTEM_DCMTK) list(APPEND Flags - # This is necessary to compile "dcmtk/dcmdata/dctagkey.h" because of - # macro "DCMTK_DIAGNOSTIC_IGNORE_ATTRIBUTE_REDECLARATION" + # This is necessary to compile "dcmtk/dcmdata/dctagkey.h" since + # DCMTK 3.6.7 because it includes the file provided in macro + # "DCMTK_DIAGNOSTIC_IGNORE_ATTRIBUTE_REDECLARATION" -DCMAKE_CXX_STANDARD_INCLUDE_DIRECTORIES=${DCMTK_SOURCES_DIR}/ofstd/include ) endif()