Use the same rules as cmake submodule to reformat Zeek

This commit is contained in:
Tim Wojtulewicz 2023-05-08 10:19:26 -07:00
parent fd72d81bad
commit 84e3f414a7
125 changed files with 1423 additions and 1670 deletions

View file

@ -1,9 +1,8 @@
project(Zeek-Packet-Plugin-Demo)
cmake_minimum_required(VERSION 3.5)
if ( NOT ZEEK_DIST )
if (NOT ZEEK_DIST)
message(FATAL_ERROR "ZEEK_DIST not set")
endif ()