On Thu, Oct 2, 2008 at 1:49 AM, Alexander Neundorf <[EMAIL PROTECTED]> wrote: > On Friday 26 September 2008, Mathieu Malaterre wrote: >> 'lo, >> >> did anyone wrote a small cmake script to harvest all found >> executables and pass that list to CPACK_STRIP_FILES ? > > You don't have to. > With cmake 2.6, set CPACK_STRIP_FILES to TRUE and it will do that > automatically.
And it is backward compatible :) That's much nicer, thanks. http://www.vtk.org/Wiki/CMake:CPackConfiguration ... List of files to be stripped. Starting with CMake 2.6.0 CPACK_STRIP_FILES will be a boolean variable which enables stripping of all files (a list of files evaluates to TRUE in CMake, so this change is compatible). ... sorry for the noise, -- Mathieu _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
