<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Mar 30, 2015 at 10:10 AM,  <span dir="ltr"><<a href="mailto:clinton@elemtech.com" target="_blank" onclick="window.open('https://mail.google.com/mail/?view=cm&tf=1&to=clinton@elemtech.com&cc=&bcc=&su=&body=','_blank');return false;">clinton@elemtech.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div id=":ui" class="" style="overflow:hidden">No, I'm not.  I get this message at the top every day.<br>
"No update data as of Thursday, March 26 2015 - 20:00 MDT"<br>
even while there were changes.<br>
<br>
I had assumed that was because I didn't enter the repository information in the project settings.</div></blockquote></div><br><br></div><div class="gmail_extra">Do you perform ctest_update as part of your build?  If not, that could be the problem.  If some external mechanism is updating your source code, you can still do something like this:</div><div class="gmail_extra"><br></div><div class="gmail_extra">







<p class=""><span class="">set</span><span class="">(CTEST_UPDATE_VERSION_ONLY 1)</span></p><p class="">ctest_update()</p></div><div class="gmail_extra"><br></div><div class="gmail_extra">This tells CDash what commit you're testing without actually attempting a pull/checkout/etc.</div></div>