From 17fc3b48ee95720cf78093a454a443d898e46217 Mon Sep 17 00:00:00 2001 From: Joerg Mayer Date: Mon, 17 Mar 2014 00:05:43 +0100 Subject: [PATCH] CMake updates: - build by default - update to 2.8.12.2 which actually builds on Mavericks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I60b539613e13d2cdccbd083b28f641ff1ce363c4 Reviewed-on: https://code.wireshark.org/review/703 Reviewed-by: Jörg Mayer --- macosx-setup.sh | 4 ++-- 1 file 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.