aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-05-14 15:09:21 -0700
committerGuy Harris <guy@alum.mit.edu>2018-05-14 22:09:54 +0000
commit67b9ccd45ff1f45510b15276889ed158185d0b12 (patch)
tree1d28cb6afb8fb075790f40defc432fd9355806ec
parent33c836af9fdad2c099966d9b9aee9c546d068f70 (diff)
Update a comment.
Change-Id: Ia5971b466f2e2da40730933b44bba5672d94c399 Reviewed-on: https://code.wireshark.org/review/27541 Reviewed-by: Guy Harris <guy@alum.mit.edu>
-rwxr-xr-xtools/macos-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/macos-setup.sh b/tools/macos-setup.sh
index 41daa25e1f..d960b16eff 100755
--- a/tools/macos-setup.sh
+++ b/tools/macos-setup.sh
@@ -47,7 +47,7 @@ XZ_VERSION=5.2.3
LZIP_VERSION=1.19
#
-# In case we want to build with cmake.
+# CMake is required to do the build.
#
CMAKE_VERSION=${CMAKE_VERSION-3.11.0}