<div dir="ltr"><div><div><div><div>Hi Brad, <br><br></div>If you create a .bat file like the following, it should work as expected:<br><br>call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\vcvarsx86_amd64.bat"<br><br></div>call "C:\path\to\ctest.exe -S C:\path\to\script"<br><br></div>Hth<br></div>Jc<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jul 22, 2016 at 9:31 AM, Lowekamp, Bradley (NIH/NLM/LHC) [C] <span dir="ltr"><<a href="mailto:blowekamp@mail.nih.gov" target="_blank">blowekamp@mail.nih.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I am finally wanting to start using ninja with some of my windows builds. It seems the critical thing is to invoke the appropriate Vcvarsall.bat file before the cmake configuration.<br>
<br>
Currently I am just using a ctest script  with ctest_run_script to drive my dashboard nightly dashboard scripts. How can I invoke the bat file and then get a ctest command in a sub-process?<br>
<br>
Currently I have something like this:<br>
<br>
foreach( NEXT_SCRIPT IN LISTS MORE_CTEST_SCRIPTS )<br>
         message( "Starting to execute script: ${NEXT_SCRIPT}..." )<br>
    ctest_run_script( NEW_PROCESS ${NEXT_SCRIPT} )<br>
endforeach()<br>
<br>
And I want something like the following so that the NEXT_SCRIPT with have the correct environment:<br>
<br>
foreach( NEXT_SCRIPT IN LISTS MORE_CTEST_SCRIPTS )<br>
     message( "Starting to execute script: ${NEXT_SCRIPT}...” )<br>
     NEW PROCESS<br>
        RUN Vcvarsall.bat<br>
        ctest_run_script( NEW_PROCESS ${NEXT_SCRIPT} )<br>
endforeach()<br>
<br>
<br>
<br>
My googling skills are not finding a solution that is as simple as I would expect it to be.<br>
<br>
Thank you for the help with this simple question!<br>
Brad<br>
<br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://kitware.com/products/protraining.php" rel="noreferrer" target="_blank">http://kitware.com/products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" rel="noreferrer" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/insight-developers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/insight-developers</a><br>
</blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">+1 919 869 8849<br></div>
</div>