Increase minimum required CMake version to 2.8.

This commit is contained in:
Jon Siwek 2015-01-08 13:10:09 -06:00
parent 1ba0527cae
commit d8890ea009
5 changed files with 8 additions and 4 deletions

View file

@ -1,4 +1,8 @@
2.3-375 | 2015-01-08 13:10:09 -0600
* Increase minimum required CMake version to 2.8. (Jon Siwek)
2.3-374 | 2015-01-07 10:03:17 -0600 2.3-374 | 2015-01-07 10:03:17 -0600
* Improve documentation of the Intelligence Framework. (Daniel Thayer) * Improve documentation of the Intelligence Framework. (Daniel Thayer)

View file

@ -2,7 +2,7 @@ project(Bro C CXX)
# When changing the minimum version here, also adapt # When changing the minimum version here, also adapt
# aux/bro-aux/plugin-support/skeleton/CMakeLists.txt # aux/bro-aux/plugin-support/skeleton/CMakeLists.txt
cmake_minimum_required(VERSION 2.6.3 FATAL_ERROR) cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
include(cmake/CommonCMakeConfig.cmake) include(cmake/CommonCMakeConfig.cmake)

View file

@ -1 +1 @@
2.3-374 2.3-375

@ -1 +1 @@
Subproject commit 43a9f360c9bf6b35fcb25d61ebff80c7feb1812b Subproject commit 0b713c027d3efaaca50e5df995c02656175573cd

View file

@ -35,7 +35,7 @@ before you begin:
To build Bro from source, the following additional dependencies are required: To build Bro from source, the following additional dependencies are required:
* CMake 2.6.3 or greater (http://www.cmake.org) * CMake 2.8 or greater (http://www.cmake.org)
* Make * Make
* C/C++ compiler * C/C++ compiler
* SWIG (http://www.swig.org) * SWIG (http://www.swig.org)