use new cmake macros

epel9
Rex Dieter 5 years ago
parent ddf68bc1e5
commit ee81fdc692

@ -63,16 +63,13 @@ between QWidget-based and QML-based apps.
. /opt/rh/devtoolset-7/enable
%endif
mkdir %{_target_platform}
pushd %{_target_platform}
%{cmake_kf5} ..
popd
%cmake_kf5
%make_build -C %{_target_platform}
%cmake_build
%install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%cmake_install
%files

Loading…
Cancel
Save