Skip to content

Commit

Permalink
dev-libs/unittest++: don't build with -Werror
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/747583
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Louis Sautier <[email protected]>
  • Loading branch information
sbraz committed Oct 10, 2020
1 parent e45dded commit b0c4b25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev-libs/unittest++/unittest++-2.0.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ src_prepare() {

src_configure() {
local mycmakeargs=(
# Don't build with -Werror: https://bugs.gentoo.org/747583
-DUTPP_AMPLIFY_WARNINGS=OFF
-DUTPP_INCLUDE_TESTS_IN_BUILD=$(usex test)
)
cmake_src_configure
Expand Down

0 comments on commit b0c4b25

Please sign in to comment.