Fixed gdcm in f32

This commit is contained in:
Nicolas Chauvet 2019-10-08 12:02:45 +02:00
parent 854a97fb82
commit 79b7475e7a
1 changed files with 0 additions and 5 deletions

View File

@ -30,12 +30,7 @@
# check OpenCVFindLAPACK.cmake
%bcond_with atlas
%bcond_without openblas
# As of 2019-09-12 gdcm dependency is broken on Fedora 32
%if 0%{?fedora} < 32
%bcond_without gdcm
%else
%bcond_with gdcm
%endif
%if 0%{?fedora} > 29
%bcond_without vtk
%else