We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f777d26 commit b6ec7d3Copy full SHA for b6ec7d3
CMakeLists.txt
@@ -1,5 +1,6 @@
1
+CMAKE_MINIMUM_REQUIRED (VERSION 3.5.0)
2
+CMAKE_POLICY(SET CMP0148 OLD)
3
PROJECT (dnf NONE)
-CMAKE_MINIMUM_REQUIRED (VERSION 2.4)
4
5
INCLUDE (${CMAKE_SOURCE_DIR}/VERSION.cmake)
6
dnf.spec
@@ -73,7 +73,7 @@ License: GPL-2.0-or-later AND GPL-1.0-only
73
URL: https://github.com/rpm-software-management/dnf
74
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
75
BuildArch: noarch
76
-BuildRequires: cmake
+BuildRequires: cmake >= 3.5.0
77
BuildRequires: gettext
78
# Documentation
79
BuildRequires: systemd
0 commit comments