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>
This commit is contained in:
Joerg Mayer 2014-03-17 00:05:43 +01:00 committed by Jörg Mayer
parent 072b990f05
commit 17fc3b48ee
1 changed files with 2 additions and 2 deletions

View File

@ -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.