[med-svn] [Git][med-team/connectome-workbench][master] Fix build with CMake4 Closes: #1112806
Andreas Tille (@tille)
gitlab at salsa.debian.org
Sat Apr 11 09:58:14 BST 2026
Andreas Tille pushed to branch master at Debian Med / connectome-workbench
Commits:
ad8de4ad by Andreas Tille at 2026-04-11T10:57:56+02:00
Fix build with CMake4 Closes: #1112806
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/0002-cmake4.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -5,6 +5,8 @@ connectome-workbench (2.1.0-2) UNRELEASED; urgency=medium
* Use Debian Med default repository layout and remove debian/gbp.conf
* d/copyright: Secure URIs in Format and Source
* Secure URI in Homepage
+ * Fix build with CMake4
+ Closes: #1112806
-- Andreas Tille <tille at debian.org> Sat, 11 Apr 2026 08:00:21 +0200
=====================================
debian/patches/0002-cmake4.patch
=====================================
@@ -0,0 +1,21 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: 2026-04-11
+Bug-Debian: https://bugs.debian.org/1112806
+Description: Fix build with CMake4
+
+--- a/src/kloewe/cpuinfo/CMakeLists.txt
++++ b/src/kloewe/cpuinfo/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required(VERSION 3.0)
++cmake_minimum_required(VERSION 3.5)
+
+ project(cpuinfo)
+
+--- a/src/kloewe/dot/CMakeLists.txt
++++ b/src/kloewe/dot/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required(VERSION 3.0)
++cmake_minimum_required(VERSION 3.5)
+
+ project(dot)
+
=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
up_include_cpuinfo
0001-attempted-general-fix-for-qEnvironment-include.patch
+0002-cmake4.patch
View it on GitLab: https://salsa.debian.org/med-team/connectome-workbench/-/commit/ad8de4ad89da8feccc9f7e2f9091192c809f6c88
--
View it on GitLab: https://salsa.debian.org/med-team/connectome-workbench/-/commit/ad8de4ad89da8feccc9f7e2f9091192c809f6c88
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/20260411/011ca01b/attachment-0001.htm>
More information about the debian-med-commit
mailing list