2011/2/11 Moritz Moeller <realr...@virtualritz.com>:
> On 02/11/2011 10:57 AM, Eric Noulard wrote:
>> Which kind of CPack package are you building?
>> DEB, RPM, TGZ, etc...
>
> I am building a tbz2.
> But this should happen long before the package is compressed, innit.

Nope.
With CPACK_STRIP_FILES
strip is called by CPack when CPack is installing (in a local
CPack-specific install tree)
the package before building the package.
This process is normally shared by all generators.

So you may perfectly have shared lib in your build tree which are not stripped
and get them stripped in the package.

>> Would you be able to craft a simple project reproducing the problem?
>
> Not sure. This is big project, 2 dozen sub-folders with their own
> CMakeLists, 50k lines of code.
>
> I can't really justify devoting any time to this, now that I found a
> workaround. :P
> I may be able carve out some time next week to make a simple test case.

I understand.
That's just there is a better chance of fix if we get a test case.

-- 
Erk
Membre de l'April - « promouvoir et défendre le logiciel libre » -
http://www.april.org
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to