Remove CMakeLists.txt check in compile.sh

Bug: b:185520507
Change-Id: Id573423a9f6960360b9d96950c098ba488e2e9f3
This commit is contained in:
Roberto Alanis 2021-11-02 20:35:32 +00:00
parent 96e3dfef26
commit 2c206aaf96

View File

@ -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)