<div>Hello,</div>
<div> </div>
<div>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?</div>
<div> </div>
<div>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.</div>
<div> </div>
<div>--Robert Knapke</div>