cctz: disable benchmark build (#9811)

This is required for the CI to work on
https://github.com/google/cctz/pull/241
This commit is contained in:
Louis Sautier 2023-02-27 07:00:18 +01:00 committed by GitHub
parent df358b948a
commit 788183edf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
#
################################################################################
mkdir build && cd build
cmake -DBUILD_TESTING=OFF ../
cmake -DBUILD_TESTING=OFF -DBUILD_BENCHMARK=OFF ../
make
# Compile fuzzers