mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 20:18:20 +00:00
One more small vestige of the cluster config option.
This commit is contained in:
parent
e6d63b20b3
commit
9576c85dab
1 changed files with 1 additions and 11 deletions
|
@ -206,16 +206,6 @@ if (CMAKE_BUILD_TYPE)
|
|||
string(TOUPPER ${CMAKE_BUILD_TYPE} BuildType)
|
||||
endif ()
|
||||
|
||||
if (INSTALL_BROCTL)
|
||||
if (STANDALONE)
|
||||
set(BROCTL_INSTALL_MODE "standalone")
|
||||
else ()
|
||||
set(BROCTL_INSTALL_MODE "cluster")
|
||||
endif ()
|
||||
else ()
|
||||
set(BROCTL_INSTALL_MODE "false")
|
||||
endif ()
|
||||
|
||||
message(
|
||||
"\n====================| Bro Build Summary |====================="
|
||||
"\n"
|
||||
|
@ -230,7 +220,7 @@ message(
|
|||
"\nCPP: ${CMAKE_CXX_COMPILER}"
|
||||
"\n"
|
||||
"\nBroccoli: ${INSTALL_BROCCOLI}"
|
||||
"\nBroctl: ${BROCTL_INSTALL_MODE}"
|
||||
"\nBroctl: ${INSTALL_BROCTL}"
|
||||
"\nAux. Tools: ${INSTALL_AUX_TOOLS}"
|
||||
"\n"
|
||||
"\nGeoIP: ${USE_GEOIP}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue