Nilesh Patra pushed to branch master at Debian Med / plastimatch
Commits: c64fff2e by Nilesh Patra at 2022-01-15T16:43:48+05:30 Change C++ std to 17 - - - - - 2 changed files: - debian/patches/cxx14.patch → debian/patches/cxx17.patch - debian/patches/series Changes: ===================================== debian/patches/cxx14.patch → debian/patches/cxx17.patch ===================================== @@ -2,14 +2,14 @@ Description: dcmtk 3.6.6 requires C++ >= 14 Author: Adrian Bunk <[email protected]> Bug-Debian: https://bugs.debian.org/1000224 ---- plastimatch-1.9.3+dfsg.1.orig/CMakeLists.txt -+++ plastimatch-1.9.3+dfsg.1/CMakeLists.txt -@@ -64,7 +64,7 @@ include (SuperbuildOptions) +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -64,7 +64,7 @@ ##----------------------------------------------------------------------------- ## Set C++ compiler standard ##----------------------------------------------------------------------------- -sb_set(CMAKE_CXX_STANDARD 11) -+sb_set(CMAKE_CXX_STANDARD 14) ++sb_set(CMAKE_CXX_STANDARD 17) sb_set(CMAKE_CXX_STANDARD_REQUIRED ON) ##----------------------------------------------------------------------------- ===================================== debian/patches/series ===================================== @@ -1 +1 @@ -cxx14.patch +cxx17.patch View it on GitLab: https://salsa.debian.org/med-team/plastimatch/-/commit/c64fff2ebc51323fa07b6d1dfae0c5bb823548fc -- View it on GitLab: https://salsa.debian.org/med-team/plastimatch/-/commit/c64fff2ebc51323fa07b6d1dfae0c5bb823548fc You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
