mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
cmake_minimum_required() should come before project()
This commit is contained in:
parent
2f2f328a72
commit
3c535ec215
10 changed files with 20 additions and 20 deletions
|
@ -1,7 +1,7 @@
|
|||
project(Zeek-Plugin-Foo-FOO)
|
||||
|
||||
cmake_minimum_required(VERSION 3.15)
|
||||
|
||||
project(Zeek-Plugin-Foo-FOO)
|
||||
|
||||
if (NOT ZEEK_DIST)
|
||||
message(FATAL_ERROR "ZEEK_DIST not set")
|
||||
endif ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue