SHA256
3
0
forked from pool/cmake

- 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
This commit is contained in:
Dirk Mueller 2024-07-06 12:49:55 +00:00 committed by Git OBS Bridge
parent e0903fafcc
commit ce4ec39acd
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Jul 6 12:49:27 UTC 2024 - Dirk Müller <dmueller@suse.com>
- convert ctest to non-paramatic macro like the other cmake* ones
are
-------------------------------------------------------------------
Wed Jul 3 05:50:53 UTC 2024 - Christoph G <foss@grueninger.de>

View File

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