From f059d499f47ca92321dd3fff1780b6d0219100c5752b47a4d979d5f2640c1910 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 7 Jul 2024 11:47:24 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=592 --- cmake.macros | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake.macros b/cmake.macros index 73d7673..cf46ca9 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} %* ; \ cd ..