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 ..