From ce4ec39acd87f54e6dbc178974cd120b68935b9493b8797b49aaaae768b814db Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 6 Jul 2024 12:49:55 +0000 Subject: [PATCH] - convert ctest to non-paramatic macro like the other cmake* ones are OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=588 --- cmake.changes | 6 ++++++ cmake.macros | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/cmake.changes b/cmake.changes index a5b5cae..ca841b7 100644 --- a/cmake.changes +++ b/cmake.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jul 6 12:49:27 UTC 2024 - Dirk Müller + +- convert ctest to non-paramatic macro like the other cmake* ones + are + ------------------------------------------------------------------- Wed Jul 3 05:50:53 UTC 2024 - Christoph G diff --git a/cmake.macros b/cmake.macros index 9241ec7..151665d 100644 --- a/cmake.macros +++ b/cmake.macros @@ -76,7 +76,7 @@ %cmake_install \ DESTDIR=%{buildroot} %__builder install -C %__builddir -%ctest(:-:) \ +%ctest \ cd %__builddir \ - %__ctest --output-on-failure --force-new-ctest-process %{?_smp_mflags} %** \ + %__ctest --output-on-failure --force-new-ctest-process %{?_smp_mflags} \ cd ..