dev-libs/cereal: conditionally skip tests

Closes: https://bugs.gentoo.org/836688
Signed-off-by: Matthew Smith <matthew@gentoo.org>
This commit is contained in:
Matthew Smith
2022-04-03 11:29:06 +01:00
parent d33fddfbb9
commit f843874883

View File

@@ -42,10 +42,10 @@ src_configure() {
-DSKIP_PERFORMANCE_COMPARISON=ON
-DWITH_WERROR=OFF
# TODO: Enable if multilib?
-DSKIP_PORTABILITY_TEST=ON
)
# TODO: Enable if multilib?
use test && mycmakeargs+=( -DSKIP_PORTABILITY_TEST=ON )
cmake_src_configure
}