From 2c206aaf96cc599c570f82a41bb0fefc98b94423 Mon Sep 17 00:00:00 2001 From: Roberto Alanis Date: Tue, 2 Nov 2021 20:35:32 +0000 Subject: [PATCH] Remove CMakeLists.txt check in compile.sh Bug: b:185520507 Change-Id: Id573423a9f6960360b9d96950c098ba488e2e9f3 --- infra/compile.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/infra/compile.sh b/infra/compile.sh index 60023a69..18e9ebee 100755 --- a/infra/compile.sh +++ b/infra/compile.sh @@ -261,7 +261,6 @@ case "${TARGET}" in cmake*) setup_ccache # exercise cmake then quit - [ -f "${LIBWEBP_ROOT}/CMakeLists.txt" ] || exit 0 opts=() case "${TARGET}" in cmake-clang)