Ted Berg wrote:
> I have a body of source code that I am building with CMake, and I am 
> interested in using CPack for packaging.  The project currently 
> generates 5 packages during the course of a build.  I might be able to 
> reduce that to 3, but it is unlikely to go lower.
> 
> Can CPack do this in one pass?  My initial experiments suggest that it 
> cannot.  I have not, however, found a lot of documentation for CPack so 
> it is quite possible that I missed something.
> 
> Ted

i don't know about cmake 2.4.7 but with cvs you have these variables
(CPACK_DEB, CPACK_NSIS, CPACK_RPM, CPACK_STGZ, CPACK_TBZ2, CPACK_TGZ,
CPACK_TZ) that you can change.

just invoke ccmake and then make package

-- filipe sousa

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to