summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2022-03-28 14:11:17 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-03-28 22:47:49 +0000
commit51918a385ab8b3fc1f922bede326ff84e846a47b (patch)
treeeb7c53e3cb86c2deb7660ab5a2cefdb04fed4bff /SConstruct
parentfcf8de14cb92fb4ff5874308104ca942ea11b655 (diff)
downloadmongo-51918a385ab8b3fc1f922bede326ff84e846a47b.tar.gz
SERVER-61305 Disallow --use-system-abseil-cpp
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 0 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index d8c8f52a1e2..534b67216ce 100644
--- a/SConstruct
+++ b/SConstruct
@@ -369,7 +369,6 @@ add_option('use-diagnostic-latches',
# Most of the "use-system-*" options follow a simple form.
for pack in [
- ('abseil-cpp',),
('asio', 'ASIO',),
('boost',),
('fmt',),