Disable tools

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2024-10-28 17:30:22 +02:00
parent 2c48dbad27
commit 5e719c1d73
Signed by: davidlt
GPG Key ID: 7A5F42FAF91FACC3

View File

@ -88,7 +88,8 @@ License for binaries is GPLv2+ but source code is MIT + LGPLv2+
# examples and cli tools require ffmpeg, so turn off; test depend of external artifact so turn off.
%cmake -GNinja \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_TESTS=OFF
-DBUILD_TESTS=OFF \
-DBUILD_TOOLS=OFF
# -DBUILD_TOOLS=%{?with_ffmpeg:ON}%{!?with_ffmpeg:OFF}
%cmake_build