<div dir="ltr">On Sat, Mar 28, 2015 at 10:38 AM, Taylor Braun-Jones <<a href="mailto:taylor@braun-jones.org">taylor@braun-jones.org</a>> wrote:<br>><br>> See htop screenshot below for an example of what I mean. Note that `ninja` in the original command line invocation is just a bash alias for ninja-build (the name of the ninja binary on Fedora-based systems)<br>><br>> Should I expect to see the -l3 option to be propagated automatically to the sub projects of my superbuild? Or do I need to do some special cmake configuration to make this happen? Or is this just a known issue?<br><br>I'm still seeing this behavior with CMake 3.4.1. Here's a friendlier plaintext representation of the previous htop screenshot snippet:<br><br><font face="monospace, monospace">ninja -l3<br>└── /usr/bin/ninja-build<br>    ├── </font><span style="font-family:monospace">/usr/bin/ninja-build</span><div><span style="font-family:monospace">    └── /usr/bin/ninja-build</span><br style="font-family:monospace"></div><div><br></div><div>Is this expected behavior, a known bug, or a new bug that I should file? Note that this example shows the -l option not being propagated, but I think all of the following Ninja options should be propagated:</div><div><div><br></div><div><font face="monospace, monospace">  -l N         do not start new jobs if the load average is greater than N</font></div></div><div><div><font face="monospace, monospace">  -n           dry run (don't run commands but act like they succeeded)</font></div><div><font face="monospace, monospace">  -v           show all command lines while building</font></div></div><div><div><font face="monospace, monospace">  -d stats     print operation counts/timing info</font></div><div><font face="monospace, monospace">  -d explain   explain what caused a command to execute</font></div></div><div><div><font face="monospace, monospace">  -t clean     clean built files</font></div><div><font face="monospace, monospace">  -t commands  list all commands required to rebuild given targets</font></div></div><div><br></div><div>Thanks,<br></div><div>Taylor</div></div>