Disable tools
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
2c48dbad27
commit
5e719c1d73
@ -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.
|
# examples and cli tools require ffmpeg, so turn off; test depend of external artifact so turn off.
|
||||||
%cmake -GNinja \
|
%cmake -GNinja \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DBUILD_TESTS=OFF
|
-DBUILD_TESTS=OFF \
|
||||||
|
-DBUILD_TOOLS=OFF
|
||||||
# -DBUILD_TOOLS=%{?with_ffmpeg:ON}%{!?with_ffmpeg:OFF}
|
# -DBUILD_TOOLS=%{?with_ffmpeg:ON}%{!?with_ffmpeg:OFF}
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
Loading…
Reference in New Issue
Block a user