On Fri, Sep 17, 2010 at 6:51 AM, David Cole <span dir="ltr"><<a href="mailto:david.cole@kitware.com">david.cole@kitware.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br><br><div class="gmail_quote"><div class="im">On Fri, Sep 17, 2010 at 1:01 AM, Micha Renner <span dir="ltr"><<a href="mailto:Micha.Renner@t-online.de" target="_blank">Micha.Renner@t-online.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I get the message "CMakePredefinedTarget not available" and then VS<br>
message: "Cannot load CMakePredefinedTarget project".<br>
<br>
What does this mean for the work with CMake and VS2010 Express?<br></blockquote><div><br></div></div><div>That means that I made a mistake with this commit somehow:</div><div><a href="http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e6ac0aacf6c3ce17141870e252fda77d994782d3" target="_blank">http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e6ac0aacf6c3ce17141870e252fda77d994782d3</a></div>
<div><br></div><div>( to fix this issue : <a href="http://public.kitware.com/Bug/view.php?id=3796" target="_blank">http://public.kitware.com/Bug/view.php?id=3796</a> )</div><div><br></div><div>I'll take a look. Thanks for reporting the issue.</div>
<div><br></div><div>I assume you have to try to build CMake source code, with a CMake 2.8.3 using a Visual Studio Express Edition to see the problem. Please correct me if I have something wrong with that assumption...</div>
<div><br></div><div><br></div><div>Thanks,</div><div>David</div><div class="im"><div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Greetings<br>
<br>
Micha<br>
<br>
<br>
<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></div><br>
</blockquote></div><br><div><br></div><div><br></div><div>In the meantime, to get rid of the problem for now, turn the new feature off. In the top level CMakeLists.txt file, add:</div><div><br></div><div> set_property(GLOBAL PROPERTY USE_FOLDERS OFF)</div>
<div><br></div><div><br></div><div>HTH,</div><div>David</div><div><br></div>