mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
unittest-cpp: fix build with gcc>=11
This commit is contained in:
parent
5730c8e197
commit
33e411cd91
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@ pkgname=unittest-cpp
|
|||
version=2.0.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
short_desc="A lightweight unit testing framework for C++"
|
||||
configure_args="-DUTPP_AMPLIFY_WARNINGS=OFF"
|
||||
short_desc="Lightweight unit testing framework for C++"
|
||||
maintainer="Spencer Hill <spencernh77@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/unittest-cpp/unittest-cpp"
|
||||
|
|
Loading…
Add table
Reference in a new issue