When I've seen this sort of behavior, I can usually trace it back to a variable set in a script or passed in on the command line...<br><div><br><div>CMake tries to preserve any case information that it is given.</div><div>
<br></div><div>If you can give an example that reproduces this behavior, but is not attributable to a user typing "c:" or "C:" inconsistently, then I'm sure one of us CMake devs would be willing to investigate it.</div>
<div><br></div><div>If you can, give a small example that reproduces the issue and submit a bug report in the bug tracker for it.</div><div><br></div><div><br></div><div>Thanks,</div><div>David</div><div><br></div><div><br>
<div class="gmail_quote">On Tue, Mar 24, 2009 at 7:09 PM, James Bigler <span dir="ltr"><<a href="mailto:jamesbigler@gmail.com">jamesbigler@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I have noticed that CMake can be a little inconsistent with how drive<br>
letters are managed.<br>
<br>
Sometimes I get paths with "C:\" sometimes with "c:\". When I<br>
generate custom build time scripts using configure_file, often the<br>
files change with only this letter change?<br>
<br>
Even the CMakeCache.txt can change (showing only one change):<br>
<br>
# It was generated by CMake: C:/Program Files (x86)/Programming/CMake<br>
2.6/bin/cmake.exe<br>
# It was generated by CMake: c:/Program Files (x86)/Programming/CMake<br>
2.6/bin/cmake.exe<br>
<br>
I've also seen this in vsproj files as well.<br>
<br>
I'm wondering if there are any facilities in CMake for keeping these<br>
path names consistent?<br>
<br>
I'm using CMake 2.6.3 on WinXP.<br>
VS 2005 (v8)<br>
<br>
I'm using the Qt GUI to do configurations.<br>
<br>
Thanks,<br>
James<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></div></div>