[CMake] CPack DEB dependencies

Clinton Stimpson clinton at elemtech.com
Mon Jan 28 16:06:40 EST 2013


On Monday, January 28, 2013 11:59:46 AM Clinton Stimpson wrote:
> When I try installing a cpack generated .rpm package on another machine, it
> also installs a handful of other dependent packages (including the 32 bit
> libc.so.6 for one of the 32 bit executables among all the 64 bit ones).
> 
> But a cpack generated .deb package isn't that smart.  Is there any way to
> fix this, either in cpack or in my cpack config?  At a minimum, I think all
> I really need is the 32 bit libc.so.6.

I think I found what I'm looking for:
set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON)

-- 
Clinton Stimpson
Elemental Technologies, Inc
Computational Simulation Software, LLC
www.csimsoft.com


More information about the CMake mailing list