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):<br><br>set_target_properties(libbu PROPERTIES VERSION 19.0.1 SOVERSION 19)<br><br>
the ninja -t clean command does not remove the libbu.so.19 link.  <br><br>Has anyone else seen this issue?<br><br>Cheers,<br>CY<br>