<div dir="ltr">On Thu, Sep 25, 2008 at 8:03 AM, Thomas Veith <span dir="ltr"><<a href="http://veith.th">veith.th</a>@<a href="http://googlemail.com">googlemail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi *,<br>
<br>
with cmake 2.6.1 using the Eclipse CDT Generator I get reproducable crashes:<br>
<br>
std::string outputPath = mf->GetDefinition("EXECUTABLE_OUTPUT_PATH");</blockquote><div><br>This bug was fixed in one of the early CMake 2.6.2 Release Candidates. You can download the latest RC from this directory, or wait for 2.6.2 final.<br>
<br><a href="http://www.cmake.org/files/v2.6/">http://www.cmake.org/files/v2.6/</a><br><br>I believe the fix was to replace GetDefinition with GetSafeDefinition. EXECUTABLE_OUTPUT_PATH stopped being defined by default when cmake minimum version is set to 2.6, so anyone referring to it with GetDefinition() would crash.<br>
<br></div></div>-- <br>Philip Lowman<br>
</div>