Andreas Schneider 2018-08-31 05:49:52 +00:00 committed by Git OBS Bridge
parent bf527165a8
commit 20040fb3f1

View File

@ -16,9 +16,9 @@
#
%if 0%{?suse_version} >= 1500 || 0%{?sle_version} >= 150000
%bcond_without docs
%if 0%{?suse_version} < 1500 || 0%{?sle_version} < 150000
%else
# We need cmake >= 3.9 to build docs
%bcond_with docs
%endif