diff --git a/cmake.changes b/cmake.changes index c21b62e..a5b5cae 100644 --- a/cmake.changes +++ b/cmake.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Sat Jul 6 12:49:27 UTC 2024 - Dirk Müller - -- convert ctest to skip first non-parmetic parameter - ------------------------------------------------------------------- Wed Jul 3 05:50:53 UTC 2024 - Christoph G diff --git a/cmake.macros b/cmake.macros index cf46ca9..181e098 100644 --- a/cmake.macros +++ b/cmake.macros @@ -78,5 +78,5 @@ %ctest(:-:) \ cd %__builddir && \ - %__ctest --output-on-failure --force-new-ctest-process %{?_smp_mflags} %* ; \ + %__ctest --output-on-failure --force-new-ctest-process %{?_smp_mflags} %** ; \ cd ..