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 %build
%cmake . -Bbuild %cmake
%make_build -Cbuild %cmake_build
%install %install
@ -45,8 +45,7 @@ cp -pr include %{buildroot}%{_includedir}/catch
%check %check
cd build %ctest
ctest -V %{?_smp_mflags}
%files devel %files devel