Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/topic/timw/cmake-upgrade'
Browse files Browse the repository at this point in the history
* origin/topic/timw/cmake-upgrade:
  Require CMake 3.15 to match Zeek's requirement
  • Loading branch information
awelzel committed Sep 22, 2023
2 parents afea4ac + 8a3a75f commit a3fe59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,5 +1,5 @@

cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
cmake_minimum_required(VERSION 3.15 FATAL_ERROR)

project(ZeekPluginAF_Packet)

Expand Down

0 comments on commit a3fe59b

Please sign in to comment.