mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 11:38:07 -07:00
dev-libs/msgpack: avoid cmake deprecation warning
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user