Skip to content

Commit

Permalink
Updated cmake_minimum_required to 3.15 to match Zeek. (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
javabrett authored Nov 1, 2023
1 parent fac7785 commit 1b7966f
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
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.
#

cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
cmake_minimum_required(VERSION 3.15 FATAL_ERROR)
project(ZeekPlugin_Kafka)
include(ZeekPlugin)
find_package(LibRDKafka)
Expand Down

0 comments on commit 1b7966f

Please sign in to comment.