dev-libs/msgpack: avoid cmake deprecation warning

Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Mike Gilbert
2026-07-14 12:58:57 -04:00
parent 08e740a6a5
commit 22ae82cc9f

View File

@@ -31,6 +31,12 @@ BDEPEND="doc? ( app-text/doxygen[dot] )
S="${WORKDIR}"/${MY_P}
src_prepare() {
# Avoid cmake 3.5 deprecation warning
rm example/cmake/CMakeLists.txt || die
cmake_src_prepare
}
multilib_src_configure() {
local mycmakeargs=(
-DMSGPACK_BUILD_EXAMPLES=OFF