I only know about problems with this w.r.t. Visual Studio 10, as reported just the other day here:<br><br>  <a href="http://www.cmake.org/pipermail/cmake/2011-March/043205.html">http://www.cmake.org/pipermail/cmake/2011-March/043205.html</a><br>
  <a href="http://public.kitware.com/Bug/view.php?id=11927">http://public.kitware.com/Bug/view.php?id=11927</a><br><br>Are you using VS 10? Or something else?<br><br>You can always write a custom DOWNLOAD_COMMAND if you wish, but ideally, we&#39;d be able to figure out what&#39;s triggering this behavior, and then fix it at the root cause...<br>
<br>Give us steps to repro, and if it reproduces reliably, then we can work on a fix.<br><br>Use the small project (downloads/configure/builds/tests nearly instantly) referred to in <a href="http://public.kitware.com/Bug/view.php?id=11927">http://public.kitware.com/Bug/view.php?id=11927</a> (an ExternalProject build of a very small github project) to reproduce with your platform/compilers if possible. A lot easier than doing the same thing with VTK and/or ITK.<br>
<br><br>Thanks,<br>David<br><br><br><div class="gmail_quote">On Wed, Mar 9, 2011 at 2:50 PM, kent williams <span dir="ltr">&lt;<a href="mailto:nkwmailinglists@gmail.com">nkwmailinglists@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">I&#39;ve been running into this every since we updated to CMake 2.8.4, but<br>
I don&#39;t know if it&#39;s revision specific.<br>
<br>
Sometimes if I change CMakeLists.txt in various directories so that<br>
make will re-run cmake to pickup CMakeLists.txt changes, it triggers<br>
re-downloading VTK &amp; ITK from scratch.<br>
<br>
Is using GIT_REPOSITORY dumber than CVS_REPOSITORY &amp; SVN_REPOSITORY?<br>
If I set UPDATE_COMMAND to &quot;&quot;, it never re-downloads. But<br>
GIT_REPOSITORY seems to blow away the downloaded source for an<br>
external project and re-download it, even if the CMakeLists.txt change<br>
is unrelated to to the ExternalProject in question.<br>
<br>
Is there a way to suppress this behavior?<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</blockquote></div><br>