summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2021-01-19 20:41:15 +0300
committerEd Tanous <ed@tanous.net>2021-02-06 00:42:44 +0300
commitaae92626ba03fed7cb4531538216e80070c1661b (patch)
tree52ef5526c8c6507f398963eabb35f91bd592bdf4
parent9c8e039e1a83a0a638415ac1724f5720af5399e9 (diff)
downloadbmcweb-aae92626ba03fed7cb4531538216e80070c1661b.tar.xz
Remove management console special check
The management console is enabling itself in CI arbitrarily. CI should be running on default parameters, as that's the most common config, and the config we want tested the best. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ie8748676b17df56d3cff35a4b40c9ff5561ede6d
-rw-r--r--meson.build7
1 files changed, 0 insertions, 7 deletions
diff --git a/meson.build b/meson.build
index 778ca84ecb..5ceb6b02d7 100644
--- a/meson.build
+++ b/meson.build
@@ -110,13 +110,6 @@ if(get_option('tests').enabled())
summary('unittest','NA', section : 'Enabled Features')
endif
-if get_option('yocto-deps').disabled()
- # This is an out of tree build, so enable ibm console flag
- # for CI purpose.
- add_project_arguments('-DBMCWEB_ENABLE_IBM_MANAGEMENT_CONSOLE', language: 'cpp')
- summary('ibm-management-console','-DBMCWEB_ENABLE_IBM_MANAGEMENT_CONSOLE',section : 'Enabled Features')
-endif
-
# Add compiler arguments
# -Wpedantic, -Wextra comes by default with warning level