mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +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)
|
cmake_minimum_required(VERSION 3.15)
|
||||||
|
|
||||||
|
project(Zeek-Plugin-Foo-FOO)
|
||||||
|
|
||||||
if (NOT ZEEK_DIST)
|
if (NOT ZEEK_DIST)
|
||||||
message(FATAL_ERROR "ZEEK_DIST not set")
|
message(FATAL_ERROR "ZEEK_DIST not set")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
project(Zeek-Plugin-Conflict-Plugin)
|
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.15)
|
cmake_minimum_required(VERSION 3.15)
|
||||||
|
|
||||||
|
project(Zeek-Plugin-Conflict-Plugin)
|
||||||
|
|
||||||
if (NOT ZEEK_DIST)
|
if (NOT ZEEK_DIST)
|
||||||
message(FATAL_ERROR "ZEEK_DIST not set")
|
message(FATAL_ERROR "ZEEK_DIST not set")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
project(Zeek-Plugin-Demo-Foo)
|
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.15)
|
cmake_minimum_required(VERSION 3.15)
|
||||||
|
|
||||||
|
project(Zeek-Plugin-Demo-Foo)
|
||||||
|
|
||||||
if (NOT ZEEK_DIST)
|
if (NOT ZEEK_DIST)
|
||||||
message(FATAL_ERROR "ZEEK_DIST not set")
|
message(FATAL_ERROR "ZEEK_DIST not set")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
project(Zeek-Plugin-Demo-Foo)
|
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.15)
|
cmake_minimum_required(VERSION 3.15)
|
||||||
|
|
||||||
|
project(Zeek-Plugin-Demo-Foo)
|
||||||
|
|
||||||
if (NOT BRO_DIST)
|
if (NOT BRO_DIST)
|
||||||
message(FATAL_ERROR "BRO_DIST not set")
|
message(FATAL_ERROR "BRO_DIST not set")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
project(Zeek-Packet-Plugin-Demo)
|
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.15)
|
cmake_minimum_required(VERSION 3.15)
|
||||||
|
|
||||||
|
project(Zeek-Packet-Plugin-Demo)
|
||||||
|
|
||||||
if (NOT ZEEK_DIST)
|
if (NOT ZEEK_DIST)
|
||||||
message(FATAL_ERROR "ZEEK_DIST not set")
|
message(FATAL_ERROR "ZEEK_DIST not set")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
project(Zeek-Plugin-Demo-Foo)
|
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.15)
|
cmake_minimum_required(VERSION 3.15)
|
||||||
|
|
||||||
|
project(Zeek-Plugin-Demo-Foo)
|
||||||
|
|
||||||
if (NOT ZEEK_DIST)
|
if (NOT ZEEK_DIST)
|
||||||
message(FATAL_ERROR "ZEEK_DIST not set")
|
message(FATAL_ERROR "ZEEK_DIST not set")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
project(Zeek-Plugin-Demo-Foo)
|
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.15)
|
cmake_minimum_required(VERSION 3.15)
|
||||||
|
|
||||||
|
project(Zeek-Plugin-Demo-Foo)
|
||||||
|
|
||||||
if (NOT ZEEK_DIST)
|
if (NOT ZEEK_DIST)
|
||||||
message(FATAL_ERROR "ZEEK_DIST not set")
|
message(FATAL_ERROR "ZEEK_DIST not set")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
project(Zeek-Plugin-Demo-Foo)
|
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.15)
|
cmake_minimum_required(VERSION 3.15)
|
||||||
|
|
||||||
|
project(Zeek-Plugin-Demo-Foo)
|
||||||
|
|
||||||
if (NOT ZEEK_DIST)
|
if (NOT ZEEK_DIST)
|
||||||
message(FATAL_ERROR "ZEEK_DIST not set")
|
message(FATAL_ERROR "ZEEK_DIST not set")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
project(Zeek-Plugin-Demo-Foo)
|
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.15)
|
cmake_minimum_required(VERSION 3.15)
|
||||||
|
|
||||||
|
project(Zeek-Plugin-Demo-Foo)
|
||||||
|
|
||||||
if (NOT ZEEK_DIST)
|
if (NOT ZEEK_DIST)
|
||||||
message(FATAL_ERROR "ZEEK_DIST not set")
|
message(FATAL_ERROR "ZEEK_DIST not set")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
project(Zeek-Plugin-Demo-Foo)
|
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.15)
|
cmake_minimum_required(VERSION 3.15)
|
||||||
|
|
||||||
|
project(Zeek-Plugin-Demo-Foo)
|
||||||
|
|
||||||
if (NOT ZEEK_DIST)
|
if (NOT ZEEK_DIST)
|
||||||
message(FATAL_ERROR "ZEEK_DIST not set")
|
message(FATAL_ERROR "ZEEK_DIST not set")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue