mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
binpac: Require CMake 3.15.0 to build, similar to the recent changes to zeek and broker
This commit is contained in:
parent
d39df6b243
commit
b7cc5afa78
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
|
||||
cmake_minimum_required(VERSION 3.15.0 FATAL_ERROR)
|
||||
project(BinPAC C CXX)
|
||||
include(cmake/CommonCMakeConfig.cmake)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue