ENH: Turn off CPACK_BINARY_TBZ2 and CPACK_BINARY_ZIP by default. Strictly speaking...
commitd353d95daeba7c599580172433d2e57e3df240a5
authordavid.cole <david.cole>
Fri, 23 Jan 2009 18:36:22 +0000 (23 18:36 +0000)
committerdavid.cole <david.cole>
Fri, 23 Jan 2009 18:36:22 +0000 (23 18:36 +0000)
tree10faac74ae4f0f1923497e317a0b309a1685c79a
parent522a830d51fc704d5018665483f34b8c9ca988bf
ENH: Turn off CPACK_BINARY_TBZ2 and CPACK_BINARY_ZIP by default. Strictly speaking, this changes behavior from cpack 2.6, but now that cpack returns a non-zero exit code when it encounters an error, and it is an error to try to use a generator that is not available... It makes sense to turn these off by default since not everybody has these generators installed. It is easy for a project to turn these options back on if they need to: simply set(CPACK_BINARY_TBZ2 ON) or set(CPACK_BINARY_ZIP ON) before include(CPack) in your CMakeLists.txt...
Modules/CPack.cmake