[CMake] CMake 2.8.8-rc1, Ninja generator, and clean target

2012-03-31 Thread Clifford Yapp
Trying to run the clean target with the Ninja generator in the latest CMake, I noticed that on targets with version properties set like (say): set_target_properties(libbu PROPERTIES VERSION 19.0.1 SOVERSION 19) the ninja -t clean command does not remove the libbu.so.19 link. Has anyone else seen

Re: [CMake] Contributing to CMake

2012-03-31 Thread David Golub
Thank you for your prompt reply. To start, I filed a bug report containing a patch to add a minor new feature. It's #13085. David Golub From: Jean-Christophe Fillion-Robin [mailto:jchris.filli...@kitware.com] Sent: Friday, March 30, 2012 8:25 PM To: David Golub Cc: cmake@cmake.org Subjec

Re: [CMake] include_external_msproject for MS Visual Studio *.csproj

2012-03-31 Thread Yuri Timenkov
This is because CMake generates invalid GUIDs in solution (these GUIDs are for C++ project). There is a bug report with patch on CMake bug tracker: http://www.cmake.org/Bug/view.php?id=9742 but it seems C# is not very interesting for CMake developers (complete C# support requires much more effort)