diff options
author | CoprDistGit <infra@openeuler.org> | 2024-10-05 14:44:40 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-10-05 14:44:40 +0000 |
commit | 33d9a0450d2713e07401ea63e695959f8eb0f78a (patch) | |
tree | 06a8f24971dc41aea389e91a573b77a6680c930a | |
parent | d452bab3da19f2cb79fa3bc78a074a6b80d79745 (diff) |
automatic import of ccache
-rw-r--r-- | ccache.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ccache.spec b/ccache.spec index 54a4ea9..26ed2d4 100644 --- a/ccache.spec +++ b/ccache.spec @@ -51,7 +51,7 @@ grep "SHA256 `sha256sum %{S:3} | awk '{print $1}'`" cmake/FindDoctest.cmake install -Dm 644 %{S:3} src/third_party/doctest/doctest.h %build -%cmake -B %{_vpath_builddir} -DDEPS=LOCAL +%cmake -B %{_vpath_builddir} -DDEPS=LOCAL -DDOCTEST_INCLUDE_DIR=src/third_party %cmake_build %cmake_build --target doc |