cisagov / icsnpp-enip

Zeek Ethernet/IP and CIP Parser - CISA ICSNPP
BSD 3-Clause "New" or "Revised" License
19 stars 10 forks source link

Set cmake_minimum_required to 3.15 #23

Closed mmguero closed 1 year ago

mmguero commented 1 year ago

Zeek v6.1.0 requires that external plugins have the minimum CMake version to be set to 3.15.

This change slightly tweaks the CMakeLists.txt file to have:

cmake_minimum_required(VERSION 3.15 FATAL_ERROR)