mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user