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.
2 parents 2a8217d + 4a0b11d commit 768c8f4Copy full SHA for 768c8f4
CMakeLists.txt
@@ -1,6 +1,6 @@
1
-PROJECT (libsolv C)
+CMAKE_MINIMUM_REQUIRED (VERSION 3.5)
2
3
-CMAKE_MINIMUM_REQUIRED (VERSION 2.8.5)
+PROJECT (libsolv C)
4
5
OPTION (ENABLE_STATIC "Build a static version of the libraries?" OFF)
6
OPTION (DISABLE_SHARED "Do not build a shared version of the libraries?" OFF)
package/libsolv.spec.in
@@ -72,7 +72,7 @@ License: BSD-3-Clause
72
Group: Development/Libraries/C and C++
73
URL: https://github.com/openSUSE/libsolv
74
Source: libsolv-%{version}.tar.bz2
75
-BuildRequires: cmake
+BuildRequires: cmake >= 3.5
76
BuildRequires: gcc-c++
77
BuildRequires: libxml2-devel
78
BuildRequires: rpm-devel
0 commit comments