- Remove unnecessary conditional

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kig?expand=0&rev=116
This commit is contained in:
Wolfgang Bauer 2020-03-31 19:55:13 +00:00 committed by Git OBS Bridge
parent 0e6f04248d
commit 3518392cd7

View File

@ -72,11 +72,7 @@ drawing mathematical figures and including them in other documents.
%setup -q %setup -q
%build %build
%if 0%{?suse_version} > 1500
%cmake_kf5 -d build %cmake_kf5 -d build
%else
%cmake_kf5 -d build -- -DBoost_NO_BOOST_CMAKE=ON
%endif
%cmake_build %cmake_build
%install %install