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
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
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)