Skip to content

Commit

Permalink
Bump min cmake version
Browse files Browse the repository at this point in the history
With PR#339, we need at least cmake 3.0.2
to compile PKI project. This patch bumps the
min requirement

Signed-off-by: Dinesh Prasanth M K <dmoluguw@redhat.com>
  • Loading branch information
SilleBille committed May 14, 2020
1 parent 49c14dd commit d97132a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pki.spec
Expand Up @@ -150,7 +150,7 @@ fi;
BuildRequires: git
BuildRequires: make

BuildRequires: cmake >= 2.8.9-1
BuildRequires: cmake >= 3.0.2
BuildRequires: gcc-c++
BuildRequires: zip
BuildRequires: java-1.8.0-openjdk-devel
Expand Down

0 comments on commit d97132a

Please sign in to comment.