Update for cmake packaging changes

This commit is contained in:
Tom Hughes 2020-07-24 15:56:59 +01:00
parent 72a7820d6b
commit dde776d9d2

View File

@ -35,8 +35,8 @@ is packaged up as a single header for extra convenience.
%build
%cmake . -Bbuild
%make_build -Cbuild
%cmake
%cmake_build
%install
@ -45,8 +45,7 @@ cp -pr include %{buildroot}%{_includedir}/catch
%check
cd build
ctest -V %{?_smp_mflags}
%ctest
%files devel