mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Increase minimum required CMake version to 2.8.
This commit is contained in:
parent
1ba0527cae
commit
d8890ea009
5 changed files with 8 additions and 4 deletions
4
CHANGES
4
CHANGES
|
@ -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
|
||||
|
||||
* Improve documentation of the Intelligence Framework. (Daniel Thayer)
|
||||
|
|
|
@ -2,7 +2,7 @@ project(Bro C CXX)
|
|||
|
||||
# When changing the minimum version here, also adapt
|
||||
# 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)
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.3-374
|
||||
2.3-375
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 43a9f360c9bf6b35fcb25d61ebff80c7feb1812b
|
||||
Subproject commit 0b713c027d3efaaca50e5df995c02656175573cd
|
|
@ -35,7 +35,7 @@ before you begin:
|
|||
|
||||
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
|
||||
* C/C++ compiler
|
||||
* SWIG (http://www.swig.org)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue