Fixup EL6 cmake28 conditional
This commit is contained in:
parent
ad8501019a
commit
e620fb29d7
1 changed files with 1 additions and 1 deletions
2
vtk.spec
2
vtk.spec
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue