aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/external/leveldb.cmake
diff options
context:
space:
mode:
authorGravatar Rich Gowman <rgowman@google.com>2018-02-02 15:45:42 -0500
committerGravatar Rich Gowman <rgowman@google.com>2018-02-06 10:02:30 -0500
commitf12406716c6422c3f9c7186ea0990f8d7ff24536 (patch)
tree5ecddb5cf2900d7b7c87ac299afb628f52673195 /cmake/external/leveldb.cmake
parent32266c5d1cf700b37900911860888bb106088220 (diff)
Eliminate sequencing dependencies
We originally had this as it was thought that cmake would spawn n*m jobs (where n is the number of jobs it was instructed to create, ie. make -j8, and m is the number of external projects.) However, it isn't supposed to do that, and doesn't appear to be doing that right now. So we'll remove this. If the problem re-appears, we'll add these back in. (Symptom was being unable to spawn /bin/sh.)
Diffstat (limited to 'cmake/external/leveldb.cmake')
-rw-r--r--cmake/external/leveldb.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/external/leveldb.cmake b/cmake/external/leveldb.cmake
index 5b2068a..afff025 100644
--- a/cmake/external/leveldb.cmake
+++ b/cmake/external/leveldb.cmake
@@ -50,8 +50,6 @@ else()
ExternalProject_Add(
leveldb
- DEPENDS
- googletest # for sequencing
${LEVELDB_GIT}