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 this issue?

Cheers,
CY
--

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

Reply via email to