[CMake] Package: dev vs runtime package

Mathieu Malaterre mathieu.malaterre at gmail.com
Thu Jun 5 09:47:27 EDT 2008


On Thu, Jun 5, 2008 at 3:39 PM, Timenkov Yuri <ytimenkov at parallels.com> wrote:
> On Thursday 05 June 2008 17:36:06 Mathieu Malaterre wrote:
>> Hi,
>>
>>    Has anyone started working on the development vs runtime package.
>> For example the runtime package should only install libfoo.so.1.2
>> while the -dev package would distribute the libfoo.so symlink to
>> libfoo.so.1.2.
>>   I know that cpack does not support multiple package right now, but I
>> would like at least be able to generate the runtime package (discard
>> the .so symlink from the package).
>>
>> Thanks for suggestion,
> I've filed similar request to tracker (http://public.kitware.com/Bug/view.php?id=6850)
> And it was solved in CMake-2.6.
>

Very nice !

I simply need to make NAMELINK_ONLY /NAMELINK_SKIP configurable (using
a cmake var) and using two build tree, generate my two packages.

Thanks !

-- 
Mathieu


More information about the CMake mailing list