mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
catch2: fix deceiving description
Catch2 isn't header only since version v3.0.0.
This commit is contained in:
parent
ef7635e1cf
commit
05389fcbaa
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ configure_args="-DCATCH_USE_VALGRIND=OFF -DCATCH_BUILD_TESTING=ON
|
|||
-DCATCH_ENABLE_COVERAGE=OFF -DCATCH_ENABLE_WERROR=OFF
|
||||
-DCATCH_INSTALL_DOCS=ON -DCATCH_INSTALL_HELPERS=ON"
|
||||
hostmakedepends="python3"
|
||||
short_desc="C++ header-only test framework for unit-tests, TDD and BDD"
|
||||
short_desc="C++ test framework for unit-tests, TDD and BDD"
|
||||
maintainer="Louis Dupré Bertoni <contact@louisdb.xyz>"
|
||||
license="BSL-1.0"
|
||||
homepage="https://github.com/catchorg/Catch2"
|
||||
|
|
Loading…
Add table
Reference in a new issue