Mercurial > hg > orthanc
changeset 2502:de6eb6d0d34d
comment
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 24 Mar 2018 11:34:09 +0100 |
parents | 58e4a48c322c |
children | 2717a8872396 |
files | Resources/CMake/DcmtkConfiguration.cmake |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Resources/CMake/DcmtkConfiguration.cmake Sat Mar 24 11:29:16 2018 +0100 +++ b/Resources/CMake/DcmtkConfiguration.cmake Sat Mar 24 11:34:09 2018 +0100 @@ -82,7 +82,9 @@ endif() else() - message("Applying patch to detect mathematic primitives in DCMTK 3.6.2") + # "3.6.2 CXX11 fails on Linux; patch suggestions included" + # https://forum.dcmtk.org/viewtopic.php?f=3&t=4637 + message("Applying patch to detect mathematic primitives in DCMTK 3.6.2 with C++11") execute_process( COMMAND ${PATCH_EXECUTABLE} -p0 -N -i ${ORTHANC_ROOT}/Resources/Patches/dcmtk-3.6.2-cmath.patch