summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Mayer <jmayer@loplof.de>2014-03-17 00:05:43 +0100
committerJörg Mayer <jmayer@loplof.de>2014-03-16 23:09:32 +0000
commit17fc3b48ee95720cf78093a454a443d898e46217 (patch)
treee1f01f8f180bd61348fb11cc406d8b10c6a5e668
parent072b990f052f4e04334734b5a15e2270c2b1318b (diff)
downloadwireshark-17fc3b48ee95720cf78093a454a443d898e46217.tar.gz
CMake updates:
- build by default - update to 2.8.12.2 which actually builds on Mavericks Change-Id: I60b539613e13d2cdccbd083b28f641ff1ce363c4 Reviewed-on: https://code.wireshark.org/review/703 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
-rwxr-xr-xmacosx-setup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx-setup.sh b/macosx-setup.sh
index 23b79c7715..f543639654 100755
--- a/macosx-setup.sh
+++ b/macosx-setup.sh
@@ -25,7 +25,7 @@
#
# To build cmake
-# CMAKE=1
+CMAKE=1
#
# To build all libraries as 32-bit libraries uncomment the following three lines.
#
@@ -54,7 +54,7 @@ XZ_VERSION=5.0.4
#
# In case we want to build with cmake.
#
-CMAKE_VERSION=2.8.10.2
+CMAKE_VERSION=2.8.12.2
#
# The following libraries and tools are required even to build only TShark.