summaryrefslogtreecommitdiff
path: root/dev-cpp
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-10-12 18:54:06 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-10-12 18:55:46 +0200
commitd1c9df8d3950e7263fd2c585b426f0024f954e45 (patch)
tree3e486ee6f84b6798425e8ba4d14d1772a2f7be49 /dev-cpp
parenta6bf5cd42966ffede89d1a8152069ea6e4646c18 (diff)
downloadgentoo-d1c9df8d3950e7263fd2c585b426f0024f954e45.tar.gz
gentoo-d1c9df8d3950e7263fd2c585b426f0024f954e45.tar.bz2
gentoo-d1c9df8d3950e7263fd2c585b426f0024f954e45.zip
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>
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/muParser/muParser-2.3.5.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-cpp/muParser/muParser-2.3.5.ebuild b/dev-cpp/muParser/muParser-2.3.5.ebuild
index 5a5d25533a57..6f88b04a2054 100644
--- a/dev-cpp/muParser/muParser-2.3.5.ebuild
+++ b/dev-cpp/muParser/muParser-2.3.5.ebuild
@@ -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)