Switch to new cmake macros

epel9
Erich Eickmeyer 5 years ago
parent 4ff730a103
commit bbf1f9240a

@ -43,18 +43,11 @@ This package includes the development libraries and header files for
%build %build
mkdir -p %{_target_platform} %cmake
pushd %{_target_platform} %cmake_build
%{cmake} ..
popd
make %{?_smp_mflags} -C %{_target_platform}
%install %install
make install DESTDIR=%{buildroot} -C %{_target_platform} %cmake_install
%ldconfig_scriptlets %ldconfig_scriptlets

Loading…
Cancel
Save