mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Raise minimum required CMake version to 2.6.3
This commit is contained in:
parent
d887eb3178
commit
b552979011
6 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
project(Bro C CXX)
|
project(Bro C CXX)
|
||||||
cmake_minimum_required(VERSION 2.6 FATAL_ERROR)
|
cmake_minimum_required(VERSION 2.6.3 FATAL_ERROR)
|
||||||
include(cmake/CommonCMakeConfig.cmake)
|
include(cmake/CommonCMakeConfig.cmake)
|
||||||
|
|
||||||
########################################################################
|
########################################################################
|
||||||
|
|
2
INSTALL
2
INSTALL
|
@ -8,7 +8,7 @@ Prerequisites
|
||||||
Bro relies on the following libraries and tools, which need to be installed
|
Bro relies on the following libraries and tools, which need to be installed
|
||||||
before you begin:
|
before you begin:
|
||||||
|
|
||||||
* CMake 2.6 or greater http://www.cmake.org
|
* CMake 2.6.3 or greater http://www.cmake.org
|
||||||
|
|
||||||
* Libpcap (headers and libraries) http://www.tcpdump.org
|
* Libpcap (headers and libraries) http://www.tcpdump.org
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 43308aab47a3357ca1885e1b6954154a2744d821
|
Subproject commit 3034da8f082b61157e234237993ffd7a95be6e62
|
|
@ -1 +1 @@
|
||||||
Subproject commit 139cc2e1e049c4e1cc7e95f20866102be1d3d599
|
Subproject commit f53bcb2b492cb0db3dd288384040abc2ab711767
|
|
@ -1 +1 @@
|
||||||
Subproject commit 930e7c78221929849086a578308e2fdc99ac3fb8
|
Subproject commit 3b63c3f1e7d915b1bda16862bfa4a8593ffc38f6
|
|
@ -1 +1 @@
|
||||||
Subproject commit e908ba686dceb56065bdf569c18dd0f67f662f6b
|
Subproject commit 954538514d71983e7ef3f0e109960466096e1c1d
|
Loading…
Add table
Add a link
Reference in a new issue