mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
binpac: Update minimum required CMake to 3.5
This commit is contained in:
parent
f1d7d0c80d
commit
11b6feb18b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
|
||||
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
|
||||
project(BinPAC C CXX)
|
||||
include(cmake/CommonCMakeConfig.cmake)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue