From f12406716c6422c3f9c7186ea0990f8d7ff24536 Mon Sep 17 00:00:00 2001 From: Rich Gowman Date: Fri, 2 Feb 2018 15:45:42 -0500 Subject: 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.) --- cmake/external/grpc.cmake | 2 -- 1 file changed, 2 deletions(-) (limited to 'cmake/external/grpc.cmake') diff --git a/cmake/external/grpc.cmake b/cmake/external/grpc.cmake index fb54960..225e65e 100644 --- a/cmake/external/grpc.cmake +++ b/cmake/external/grpc.cmake @@ -63,8 +63,6 @@ else() ExternalProject_Add( grpc - DEPENDS - leveldb # for sequencing ${GRPC_GIT} -- cgit v1.2.3