aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
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 /CMakeLists.txt
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 'CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions