From: Arnaldo Carvalho de Melo <acme@kernel.org>
To: Alan Maguire <alan.maguire@oracle.com>
Cc: Eduard Zingerman <eddyz87@gmail.com>,
Jiri Olsa <jolsa@kernel.org>,
Andrii Nakryiko <andrii.nakryiko@gmail.com>,
Jan Alexander Steffens <heftig@archlinux.org>,
Domenico Andreoli <cavok@debian.org>,
Matthias Schwarzott <zzam@gentoo.org>,
Dominique Leuenberger <dimstar@opensuse.org>,
Dominique Martinet <asmadeus@codewreck.org>,
Guilherme Amadio <amadio@gentoo.org>,
dwarves@vger.kernel.org
Subject: [PATCH 1/1] CMakeLists.txt: Require cmake 3.5 or higher
Date: Tue, 26 Nov 2024 14:23:32 -0300 [thread overview]
Message-ID: <Z0YEFABQejfGTyrj@x1> (raw)
To address this warning from cmake:
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1d0dadf6eea76158..90fa65c391b6ec47 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 3.5)
project(pahole C)
cmake_policy(SET CMP0005 NEW)
--
2.46.2
reply other threads:[~2024-11-26 17:23 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Z0YEFABQejfGTyrj@x1 \
--to=acme@kernel.org \
--cc=alan.maguire@oracle.com \
--cc=amadio@gentoo.org \
--cc=andrii.nakryiko@gmail.com \
--cc=asmadeus@codewreck.org \
--cc=cavok@debian.org \
--cc=dimstar@opensuse.org \
--cc=dwarves@vger.kernel.org \
--cc=eddyz87@gmail.com \
--cc=heftig@archlinux.org \
--cc=jolsa@kernel.org \
--cc=zzam@gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox