Improve compatibility with new CMake macro

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 857e3a82f3
commit d102ae088b
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

@ -1,5 +1,3 @@
%global _hardened_build 1
Name: uriparser Name: uriparser
Version: 0.9.4 Version: 0.9.4
Release: 1%{?dist} Release: 1%{?dist}
@ -51,11 +49,11 @@ sed -i 's/GENERATE_QHP\ =\ yes/GENERATE_QHP\ =\ no/g' doc/Doxyfile.in
%build %build
%cmake %cmake
%make_build %cmake_build
%install %install
%make_install %cmake_install
%check %check

Loading…
Cancel
Save