CPack is a packing and install tool for CMake generated projects
CPack is develop by Kitware to generated a package (install file) from your CMake generated projects. It is, like CMake, multi platfom aware and used different generators for different platforms, e.g. NSIS for windows plattforms.
It is been shipped with your CMake installation.
The documents can be found here.