mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
gen-zam: Require CMake 3.15, in line with other Zeek projects
This commit is contained in:
parent
a20e268f13
commit
12bb2a04eb
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 FATAL_ERROR)
|
||||
project(Gen-ZAM C CXX)
|
||||
|
||||
include(cmake/CommonCMakeConfig.cmake)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue