mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
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:
parent
c553a3595a
commit
36ebe50de0
@ -25,5 +25,8 @@ src_configure() {
|
|||||||
# Unconditionally calls FetchContent
|
# Unconditionally calls FetchContent
|
||||||
-DFASTFLOAT_SUPPLEMENTAL_TESTS=OFF
|
-DFASTFLOAT_SUPPLEMENTAL_TESTS=OFF
|
||||||
)
|
)
|
||||||
|
|
||||||
|
sed -i 's/-Werror//' tests/CMakeLists.txt || die
|
||||||
|
|
||||||
cmake_src_configure
|
cmake_src_configure
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user