[med-svn] [Git][med-team/odil][master] Fix compilation with latest DCMTK

Julien Lamy (@lamy-guest) gitlab at salsa.debian.org
Wed Nov 17 23:26:59 GMT 2021



Julien Lamy pushed to branch master at Debian Med / odil


Commits:
cfe608f3 by Julien Lamy at 2021-11-17T23:15:51+01:00
Fix compilation with latest DCMTK

- - - - -


2 changed files:

- debian/patches/series
- + debian/patches/upgrade_cxx_standard.patch


Changes:

=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
 remove-soname-in-wrappers.patch
 remove_boost_exception.patch
 fix-interpreter-path.patch
+upgrade_cxx_standard.patch


=====================================
debian/patches/upgrade_cxx_standard.patch
=====================================
@@ -0,0 +1,15 @@
+From: Julien Lamy <lamy at unistra.fr>
+Subject: Update the C++ standard level to avoid an error from dcmtk
+Index: odil/CMakeLists.txt
+===================================================================
+--- odil.orig/CMakeLists.txt
++++ odil/CMakeLists.txt
+@@ -23,7 +23,7 @@ set(CMAKE_INSTALL_MESSAGE LAZY)
+ include(CTest)
+ include(CMakePackageConfigHelpers)
+ 
+-set(CMAKE_CXX_STANDARD 11)
++set(CMAKE_CXX_STANDARD 14)
+ set(CMAKE_CXX_STANDARD_REQUIRED ON)
+ 
+ set_property(GLOBAL PROPERTY USE_FOLDERS ON)



View it on GitLab: https://salsa.debian.org/med-team/odil/-/commit/cfe608f3edef302dc68f05d47e7ff0d361ddbceb

-- 
View it on GitLab: https://salsa.debian.org/med-team/odil/-/commit/cfe608f3edef302dc68f05d47e7ff0d361ddbceb
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20211117/da2667ce/attachment.htm>


More information about the debian-med-commit mailing list