Am Thursday 22 July 2010 schrieb Freddie Witherden: > I wish to know how I can have CMake/CPack determine if it is possible to > build an RPM or DEB package on the system (so if all the required > utilities are installed) and if so to go ahead and package them.
FIND_PROGRAM(rpmbuild) or things like that? Eike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ 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
