Fix bcond
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cmocka?expand=0&rev=43
This commit is contained in:
parent
bf527165a8
commit
20040fb3f1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user