[neon/extras/qca2/Neon/release] debian: ciphertest-qt5 autopkgtest: fix CMakeLists.txt for newer cmake (#1036845)
Pino Toscano
null at kde.org
Thu May 16 11:36:01 BST 2024
Git commit c5d08c85155a5bfdd98021eb142940a4c983172f by Pino Toscano.
Committed on 11/06/2023 at 21:45.
Pushed by jriddell into branch 'Neon/release'.
ciphertest-qt5 autopkgtest: fix CMakeLists.txt for newer cmake (#1036845)
M +2 -0 debian/changelog
M +2 -2 debian/tests/ciphertest/CMakeLists.txt
https://invent.kde.org/neon/extras/qca2/-/commit/c5d08c85155a5bfdd98021eb142940a4c983172f
diff --git a/debian/changelog b/debian/changelog
index 4da4bd3..8f9c47b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ qca2 (2.3.6-0r1) UNRELEASED; urgency=medium
backported from upstream
- upstream_Remove-test-that-openssl-has-decided-it-s-wrong.patch: drop,
backported from upstream
+ * ciphertest-qt5 autopkgtest: call cmake_minimum_required() before project()
+ in the CMakeLists.txt. (Closes: #1036845)
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sun, 11 Jun 2023 23:38:50 +0200
diff --git a/debian/tests/ciphertest/CMakeLists.txt b/debian/tests/ciphertest/CMakeLists.txt
index 90e6028..50075ac 100644
--- a/debian/tests/ciphertest/CMakeLists.txt
+++ b/debian/tests/ciphertest/CMakeLists.txt
@@ -1,7 +1,7 @@
-project(ciphertest)
-
cmake_minimum_required(VERSION 2.8.12)
+project(ciphertest)
+
option(USE_QT5 "Build for Qt5" OFF)
if(USE_QT5)
More information about the Neon-commits
mailing list