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)