From af2a1b67bc92d578d7aa22afe8c9d1b79e5beeb1 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Thu, 15 Jun 2023 11:45:41 -0700 Subject: [PATCH] bifcl: Require CMake 3.15.0 to build, similar to the recent changes to zeek and broker --- tools/bifcl/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/bifcl/CMakeLists.txt b/tools/bifcl/CMakeLists.txt index 1f382d36fb..71b7522229 100644 --- a/tools/bifcl/CMakeLists.txt +++ b/tools/bifcl/CMakeLists.txt @@ -1,5 +1,4 @@ - -cmake_minimum_required(VERSION 3.5 FATAL_ERROR) +cmake_minimum_required(VERSION 3.15.0 FATAL_ERROR) project(BifCl C CXX) include(cmake/CommonCMakeConfig.cmake)