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 <l...@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.


_______________________________________________
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to