Merge remote-tracking branch 'origin/topic/neverlord/version-header'

* origin/topic/neverlord/version-header:
  testing/zeek-version-link: Assume nm is there
  Drop dependency for zeek_dynamic_plugin_base
  Fixup ifdef check in Plugin.h
  Update cmake_minimum_required() in test plugins
  testing: Add zeek-version-link tests
  Clean up ZEEK_CONFIG_SKIP_VERSION_H issues

cmake-format during merge
This commit is contained in:
Arne Welzel 2023-05-10 23:16:24 +02:00
commit 8c0e7cd8bc
14 changed files with 51 additions and 17 deletions

View file

@ -1,6 +1,6 @@
project(Zeek-Plugin-Foo-FOO)
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.15)
if (NOT ZEEK_DIST)
message(FATAL_ERROR "ZEEK_DIST not set")