catch2: fix deceiving description
Catch2 isn't header only since version v3.0.0.
This commit is contained in:
parent
ef7635e1cf
commit
05389fcbaa
@ -8,7 +8,7 @@ configure_args="-DCATCH_USE_VALGRIND=OFF -DCATCH_BUILD_TESTING=ON
|
|||||||
-DCATCH_ENABLE_COVERAGE=OFF -DCATCH_ENABLE_WERROR=OFF
|
-DCATCH_ENABLE_COVERAGE=OFF -DCATCH_ENABLE_WERROR=OFF
|
||||||
-DCATCH_INSTALL_DOCS=ON -DCATCH_INSTALL_HELPERS=ON"
|
-DCATCH_INSTALL_DOCS=ON -DCATCH_INSTALL_HELPERS=ON"
|
||||||
hostmakedepends="python3"
|
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>"
|
maintainer="Louis Dupré Bertoni <contact@louisdb.xyz>"
|
||||||
license="BSL-1.0"
|
license="BSL-1.0"
|
||||||
homepage="https://github.com/catchorg/Catch2"
|
homepage="https://github.com/catchorg/Catch2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user