<br><br><div class="gmail_quote">On Tue, Mar 2, 2010 at 12:50 PM, Mario Ceresa <span dir="ltr">&lt;<a href="mailto:mrceresa@gmail.com">mrceresa@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hello all,<br>
thanks for the wonderful work with cmake: I&#39;ve started using it in all<br>
my projects!<br>
<br>
I&#39;m trying to package VXL for Fedora and package guidelines require<br>
all libs to be properly versioned.<br>
<br>
My problem is that the actual cmake build of the project produces only<br>
unversioned shared lib (they are all lib*.so not lib*.so.xx).<br>
<br>
Is there a way to add version information globally, for all libraries?<br>
Or do I have to manually search where each lib is generated and add<br>
set_target_properties() to each?<br>
<br>
I&#39;m sorry if I made a silly question, but I googled for a while and<br>
found nothing<br></blockquote><div><br>You should do:<br><br>set_target_properties(foo PROPERTIES SOVERSION XX.xx)<br><br>The doc for this particular target property can be found here:<br><br><a href="http://cmake.org/cmake/help/cmake-2-8-docs.html#prop_tgt:SOVERSION">http://cmake.org/cmake/help/cmake-2-8-docs.html#prop_tgt:SOVERSION</a><br>
<br>Cheers,<br><br>Adolfo<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
Thanks and regards,<br>
<br>
Mario<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Adolfo Rodríguez Tsouroukdissian, Ph. D.<br><br>Robotics engineer<br>PAL ROBOTICS S.L<br><a href="http://www.pal-robotics.com">http://www.pal-robotics.com</a><br>Tel. +34.93.414.53.47<br>
Fax.+34.93.209.11.09<br>AVISO DE CONFIDENCIALIDAD: Este mensaje y sus documentos adjuntos, pueden contener información privilegiada y/o confidencial que está dirigida exclusivamente a su destinatario. Si usted recibe este mensaje y no es el destinatario indicado, o el empleado encargado de su entrega a dicha persona, por favor, notifíquelo inmediatamente y remita el mensaje original a la dirección de correo electrónico indicada. Cualquier copia, uso o distribución no autorizados de esta comunicación queda estrictamente prohibida.<br>
<br>CONFIDENTIALITY NOTICE: This e-mail and the accompanying document(s) may contain confidential information which is privileged and intended only for the individual or entity to whom they are addressed.  If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or use of this e-mail and/or accompanying document(s) is strictly prohibited.  If you have received this e-mail in error, please immediately notify the sender at the above e-mail address.<br>