Merge commit '3c445929e3768bb3146d541c78ba7397db2769c7'

This commit is contained in:
Rich Mattes 2015-09-05 08:55:33 -07:00
commit aeb5142bcb
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ Patch0: %{name}-2.0-ctest.patch
# directory. Not yet submitted upstream
Patch1: %{name}-1.3-fixpkgconfig.patch
%if 0%{?rhel}
%if 0%{?rhel} && 0%{?rhel} < 7
BuildRequires: cmake28
%else
BuildRequires: cmake
@ -52,7 +52,7 @@ developing applications that use %{name}.
%build
mkdir build
pushd build
%if 0%{?rhel}
%if 0%{?rhel} && 0%{?rhel} < 7
%cmake28 \
%else
%cmake \