Skip to content

Commit

Permalink
Require newer cmake
Browse files Browse the repository at this point in the history
3.10 actually does not work, versions 3.17+ work fine
  • Loading branch information
lslezak committed Feb 10, 2021
1 parent f05d5b5 commit b657532
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libyui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Show the complete compiler commands with all arguments:
# make VERBOSE=1

cmake_minimum_required( VERSION 3.10 )
cmake_minimum_required( VERSION 3.17 )
project( libyui )

# Options usage:
Expand Down
2 changes: 1 addition & 1 deletion libyui/package/libyui-doc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Version: 4.0.0
Release: 0
BuildArch: noarch

BuildRequires: cmake >= 3.10
BuildRequires: cmake >= 3.17
BuildRequires: doxygen
BuildRequires: graphviz
BuildRequires: fdupes
Expand Down
2 changes: 1 addition & 1 deletion libyui/package/libyui.spec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Release: 0
%define so_version 15
%define bin_name %{name}%{so_version}

BuildRequires: cmake >= 3.10
BuildRequires: cmake >= 3.17
BuildRequires: gcc-c++
BuildRequires: pkg-config
BuildRequires: boost-devel
Expand Down

0 comments on commit b657532

Please sign in to comment.