From 9576c85dab33f0ccf97fc804d74e61b43c083b78 Mon Sep 17 00:00:00 2001 From: Seth Hall Date: Fri, 15 Jul 2011 01:51:55 -0400 Subject: [PATCH] One more small vestige of the cluster config option. --- CMakeLists.txt | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 11b8454d84..70fe05cc19 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}"