diff options
author | Kaloian Manassiev <kaloian.manassiev@mongodb.com> | 2018-01-29 15:32:52 -0500 |
---|---|---|
committer | Kaloian Manassiev <kaloian.manassiev@mongodb.com> | 2018-01-30 13:24:34 -0500 |
commit | e62e26b324bcf4584e53cf24f8e853842d294dba (patch) | |
tree | 1dfb1f0f83d570ace0bca6b572704c15d41d264e /src/mongo/idl/SConscript | |
parent | 0700f1dc9c9f9985962d96f6aef6200a3a5bd57d (diff) | |
download | mongo-e62e26b324bcf4584e53cf24f8e853842d294dba.tar.gz |
SERVER-32987 Move the contents of the 'uuid' library to be under 'base'
Diffstat (limited to 'src/mongo/idl/SConscript')
-rw-r--r-- | src/mongo/idl/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/idl/SConscript b/src/mongo/idl/SConscript index d7b68634932..87c5d3c2158 100644 --- a/src/mongo/idl/SConscript +++ b/src/mongo/idl/SConscript @@ -24,6 +24,5 @@ env.CppUnitTest( '$BUILD_DIR/mongo/base', '$BUILD_DIR/mongo/db/namespace_string', '$BUILD_DIR/mongo/idl/idl_parser', - '$BUILD_DIR/mongo/util/uuid', ], ) |