Hi,
On Wed, Jan 30, 2013 at 08:45:31AM -0500, cmake-requ...@cmake.org wrote:
> Date: Tue, 29 Jan 2013 19:06:27 +0100
> From: Eric Noulard
> Subject: Re: [CMake] CPack different libraries in DEB compared to RPM
> 2013/1/29 upprc04 :
> > I'm running across an issue wh
Eric Noulard wrote
> ...
> It is easily done with separate build-tree,
>
> You may use CPACK_PROJECT_CONFIG_FILE and
> override CPACK_INSTALL_CMAKE_PROJECTS in RPM/DEB specific sections.
> In that later case you need to define appropriate COMPONENT (see
> install(... COMPONENT...)
> argument ) in
2013/1/29 upprc04 :
> I'm running across an issue where I have some utility libraries that are only
> needed in the debian. I currently have them added to both the debian and
> RPM using CPack and CMake. What would I need to change in my CMake files to
> include a specific set of libraries to onl
I'm running across an issue where I have some utility libraries that are only
needed in the debian. I currently have them added to both the debian and
RPM using CPack and CMake. What would I need to change in my CMake files to
include a specific set of libraries to only be included in the debian