dev-cpp/muParser: Remove unused examples subdir to silence CMake 4 warning

Bug: https://bugs.gentoo.org/951718
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-10-12 18:54:06 +02:00
parent a6bf5cd429
commit d1c9df8d39

View File

@@ -24,6 +24,11 @@ pkg_setup() {
[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
}
src_prepare() {
rm -vr samples/example3 || die # unused, causing bug #951718
cmake_src_prepare
}
src_configure() {
local mycmakeargs=(
-DBUILD_TESTING=$(usex test)