[CMake] CMake 2.8.3-rc1 ready for testing!

David Cole david.cole at kitware.com
Fri Sep 17 08:13:21 EDT 2010


On Fri, Sep 17, 2010 at 6:51 AM, David Cole <david.cole at kitware.com> wrote:

>
>
> On Fri, Sep 17, 2010 at 1:01 AM, Micha Renner <Micha.Renner at t-online.de>wrote:
>
>> I get the message "CMakePredefinedTarget not available" and then VS
>> message: "Cannot load CMakePredefinedTarget project".
>>
>> What does this mean for the work with CMake and VS2010 Express?
>>
>
> That means that I made a mistake with this commit somehow:
>
> http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e6ac0aacf6c3ce17141870e252fda77d994782d3
>
> ( to fix this issue : http://public.kitware.com/Bug/view.php?id=3796 )
>
> I'll take a look. Thanks for reporting the issue.
>
> 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...
>
>
> Thanks,
> David
>
>
>
>> Greetings
>>
>> Micha
>>
>>
>>
>> _______________________________________________
>> Powered by www.kitware.com
>>
>> Visit other Kitware open-source projects at
>> http://www.kitware.com/opensource/opensource.html
>>
>> Please keep messages on-topic and check the CMake FAQ at:
>> http://www.cmake.org/Wiki/CMake_FAQ
>>
>> Follow this link to subscribe/unsubscribe:
>> http://www.cmake.org/mailman/listinfo/cmake
>>
>
>


In the meantime, to get rid of the problem for now, turn the new feature
off. In the top level CMakeLists.txt file, add:

  set_property(GLOBAL PROPERTY USE_FOLDERS OFF)


HTH,
David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20100917/0b9b18cb/attachment.htm>


More information about the CMake mailing list