public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Robert Scheck <robert@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/dislocker] main: Add -D CMAKE_POLICY_VERSION_MINIMUM=3.5 to %cmake
Date: Sat, 18 Jul 2026 23:01:09 GMT [thread overview]
Message-ID: <178441566973.1.2232456049047429239.rpms-dislocker-a538277efe2b@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/dislocker
Branch : main
Commit : a538277efe2b771c4f2b83a532595db687093cfd
Author : Robert Scheck <robert@fedoraproject.org>
Date : 2026-07-19T01:00:58+02:00
Stats : +3/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/dislocker/c/a538277efe2b771c4f2b83a532595db687093cfd?branch=main
Log:
Add -D CMAKE_POLICY_VERSION_MINIMUM=3.5 to %cmake
---
diff --git a/dislocker.spec b/dislocker.spec
index 0e497d1..302b494 100644
--- a/dislocker.spec
+++ b/dislocker.spec
@@ -69,7 +69,9 @@ reading from it or writing to it is possible.
%autosetup -p1
%build
-%cmake -D WARN_FLAGS="-Wall -Wno-error -Wextra"
+%cmake \
+ -D WARN_FLAGS="-Wall -Wno-error -Wextra" \
+ -D CMAKE_POLICY_VERSION_MINIMUM=3.5
%cmake_build
%install
reply other threads:[~2026-07-18 23:01 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=178441566973.1.2232456049047429239.rpms-dislocker-a538277efe2b@fedoraproject.org \
--to=robert@fedoraproject.org \
--cc=git-commits@fedoraproject.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