[med-svn] [Git][med-team/plastimatch][master] Change C++ std to 17
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Sat Jan 15 11:14:12 GMT 2022
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 <bunk at debian.org>
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20220115/499d6146/attachment.htm>
More information about the debian-med-commit
mailing list