Skip to content

Commit

Permalink
remove s2/geojson from build until hash_map/set sorted out
Browse files Browse the repository at this point in the history
  • Loading branch information
Hari Khalsa committed Oct 29, 2012
1 parent 6d151db commit 6c70206
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/mongo/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -402,13 +402,14 @@ env.StaticLibrary("geojson", [ "db/geo/geojsonparser.cpp", ],
'$BUILD_DIR/third_party/s2/s2' ])

env.CppUnitTest("hash_test", [ "db/geo/hash_test.cpp" ], LIBDEPS = ["geometry" ])
env.CppUnitTest("geojsonparser_test", [ "db/geo/geojsonparser_test.cpp" ], LIBDEPS = ["geojson"])
# Short-term build fix.
#env.CppUnitTest("geojsonparser_test", [ "db/geo/geojsonparser_test.cpp" ], LIBDEPS = ["geojson"])

env.StaticLibrary("serveronly", serverOnlyFiles,
LIBDEPS=["coreshard",
"dbcmdline",
"defaultversion",
"geojson",
#"geojson",
"geometry",
'$BUILD_DIR/third_party/shim_snappy'])

Expand Down

0 comments on commit 6c70206

Please sign in to comment.