Skip to content

Commit 7770b30

Browse files
authored
Update libsniper.dockerfile silent cmake
1 parent f5a46b4 commit 7770b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/C++/libsniper/libsniper.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN git clone https://github.com/rtbtech/libsniper.git libs/core
3333

3434
RUN cd libs/core && git checkout v1.3.1
3535

36-
RUN mkdir build && cd /libsniper_bench/build && cmake -DCMAKE_BUILD_TYPE=Release -S .. && make --jobs=`nproc` --quiet
36+
RUN mkdir build && cd /libsniper_bench/build && cmake -DCMAKE_RULE_MESSAGES=OFF -DCMAKE_BUILD_TYPE=Release -S .. && make --jobs=`nproc` --quiet
3737

3838
ARG BENCHMARK_ENV
3939

0 commit comments

Comments
 (0)