Skip to content

Commit

Permalink
Merge pull request #24 from eric-ooi/master
Browse files Browse the repository at this point in the history
Update CMakeLists.txt for Zeek 6.1.0 minimum CMake version
  • Loading branch information
malwarefrank authored Jun 11, 2024
2 parents 8c129ee + 70f954b commit d062a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
cmake_minimum_required(VERSION 3.15 FATAL_ERROR)

project(ZeekPluginHTTP2)

Expand Down

0 comments on commit d062a74

Please sign in to comment.