Bring Broccoli back for the time being.

It's deprecated and now disabled by default, but can be reenabled by
configuring with --enable-broccoli.
This commit is contained in:
Robin Sommer 2018-05-16 23:36:36 +00:00
parent fe7e1ee7f0
commit 87552390e5
8 changed files with 26 additions and 7 deletions

View file

@ -249,6 +249,7 @@ include(CheckOptionalBuildSources)
CheckOptionalBuildSources(aux/broctl Broctl INSTALL_BROCTL)
CheckOptionalBuildSources(aux/bro-aux Bro-Aux INSTALL_AUX_TOOLS)
CheckOptionalBuildSources(aux/broccoli Broccoli INSTALL_BROCCOLI)
########################################################################
## Packaging Setup
@ -288,6 +289,7 @@ message(
"\nCXXFLAGS: ${CMAKE_CXX_FLAGS} ${CMAKE_CXX_FLAGS_${BuildType}}"
"\nCPP: ${CMAKE_CXX_COMPILER}"
"\n"
"\nBroccoli: ${INSTALL_BROCCOLI}"
"\nBroctl: ${INSTALL_BROCTL}"
"\nAux. Tools: ${INSTALL_AUX_TOOLS}"
"\n"