On Fri, Sep 17, 2010 at 6:51 AM, David Cole <[email protected]> wrote:
> > > On Fri, Sep 17, 2010 at 1:01 AM, Micha Renner <[email protected]>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
_______________________________________________ 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
