Closed mmguero closed 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)
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: