Explicitly remove old bundled catchv2.

This commit is contained in:
Vitaly Zaitsev 2023-03-01 14:40:59 +01:00
parent 36b9abed09
commit ee7fee3e1a
No known key found for this signature in database
GPG Key ID: BF99FC6DD45AB90A
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ applications that use %{name}.
%autosetup -p1
find . -name '.gitignore' -delete
sed -e "s,\r,," -i README.md
rm -f tests/catch.hpp
%build
%cmake -G Ninja \