Skip to content

Commit ff55285

Browse files
committed
address comments
1 parent 54b5b9f commit ff55285

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/install_prereqs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ case "$project-$platform-$method" in
104104
;;
105105

106106
Firestore-iOS-cmake | Firestore-tvOS-cmake | Firestore-macOS-cmake)
107-
# Only upgrade CMake if explicitly requested
108-
if [[ "${USE_LATEST_CMAKE:-false}" == "true" ]]; then
107+
# Only skip upgrade when explicitly ask for
108+
if [[ "${USE_LATEST_CMAKE:-true}" == "true" ]]; then
109109
echo "Use latest CMake because USE_LATEST_CMAKE=true"
110110
brew outdated cmake || brew upgrade cmake
111111
else

0 commit comments

Comments
 (0)