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/bson | |
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/bson')
-rw-r--r-- | src/mongo/bson/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/bson/SConscript b/src/mongo/bson/SConscript index ea50a9124cf..941f7cdc2f0 100644 --- a/src/mongo/bson/SConscript +++ b/src/mongo/bson/SConscript @@ -71,7 +71,6 @@ env.CppUnitTest( ], LIBDEPS=[ '$BUILD_DIR/mongo/base', - '$BUILD_DIR/mongo/util/uuid', ], ) |