<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 29.01.2017 13:29, Dave Flogeras
      wrote:<br>
    </div>
    <blockquote
cite="mid:CANB0TnSBqN+SOJ=DJvzqP_8ON+kWVZPixNLWYdM35PYda7+jqw@mail.gmail.com"
      type="cite">
      <div dir="ltr"><br>
        <div>
          <div>
            <div class="gmail_extra">
              <div class="gmail_quote">
                <div>I tried with "make -j5 VERBOSE=1 NightlyBuild" but
                  didn't see anything indicative on the console, or in
                  the cmake output files that shed any light for me.<br>
                  <br>
                </div>
                <div>What's weirder (and I forgot to mention) is that if
                  I just build the project normally outside of my
                  regression testing script (ie. "make -j5"), I don't
                  get the jobserver warning.<br>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
    FWIW I don't think -j does anything when you build the NightlyBuild
    target given that that make invocation is not the one directly
    performing the actual build.<br>
    The only command being run by the NightlyBuild target would be
    "ctest -D NightlyBuild" (nothing to parallelize when there is only
    one command).<br>
    CTest would spawn another make process for the build.<br>
    <br>
    Nils<br>
  </body>
</html>