Fixup EL6 cmake28 conditional

This commit is contained in:
Orion Poplawski 2012-05-15 09:35:56 -06:00
parent ad8501019a
commit e620fb29d7
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ Patch5: vtk-5.6.1-system.patch
URL: http://vtk.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
%if (0%{?rhel} <= 6)
%if 0%{?rhel} && (0%{?rhel} <= 6)
BuildRequires: cmake28
%else
BuildRequires: cmake