[CMake] Using CPack to include shared libraries in rpms

Robert Knapke knapkerd5 at gmail.com
Fri Feb 19 19:27:20 EST 2010


Hello,

My CMake project links a boost python shared library when builiding the
libraries and executables.  I am using CPack to make an rpm of my project,
but the boost python shared library is not included in the rpm.  So when the
user tries to install the rpm, it asks for this boost python shared
library.  However, I do not want to make the user download and compile
boost.  Is there a way to include this library in the rpm using CPack?

I have looked at the manual and done some google searches, but I have not
found anything useful.  I am new to CPack and this is the first rpm I have
made.  I am using the 2.6.2 version of CMake.  Any help would be greatly
appriciated.

--Robert Knapke
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20100219/bf178c55/attachment.htm>


More information about the CMake mailing list