dev-cpp/fast_float: Remove -Werror flag from tests

Closes: https://bugs.gentoo.org/924112

Signed-off-by: Steffen Winter <steffen.winter@proton.me>
This commit is contained in:
Steffen Winter 2024-03-30 17:39:12 +01:00
parent c553a3595a
commit 36ebe50de0
No known key found for this signature in database
GPG Key ID: 4A8AA731814C8247

View File

@ -25,5 +25,8 @@ src_configure() {
# Unconditionally calls FetchContent
-DFASTFLOAT_SUPPLEMENTAL_TESTS=OFF
)
sed -i 's/-Werror//' tests/CMakeLists.txt || die
cmake_src_configure
}