public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/dislocker] main: Add -D CMAKE_POLICY_VERSION_MINIMUM=3.5 to %cmake
@ 2026-07-18 23:01 Robert Scheck
0 siblings, 0 replies; only message in thread
From: Robert Scheck @ 2026-07-18 23:01 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-18 23:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-18 23:01 [rpms/dislocker] main: Add -D CMAKE_POLICY_VERSION_MINIMUM=3.5 to %cmake Robert Scheck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox