Add default root folder to cpack archives
authorRoland Schulz <roland@utk.edu>
Tue, 24 Jul 2012 11:26:07 +0000 (07:26 -0400)
committerRoland Schulz <roland@utk.edu>
Tue, 24 Jul 2012 11:34:36 +0000 (07:34 -0400)
commitd1564a2163ba47c5f1109d4fe7f0e3095b3479a2
tree238b148e89d4c4b73a2c1e1b691bc3dff3c969e4
parent5508bac25d97e1fbad03ed633ee01dfdaa0ea50f
Add default root folder to cpack archives

Fixes that source archives had no root folder. If non-default
root folder for binary archives is wanted, this still can be
achived by:
cmake -DGMX_INSTALL_PREFIX={path}/ -DCPACK_INCLUDE_TOPLEVEL_DIRECTORY=0

Fixes #977

Change-Id: Iaf42afd3617873e5c1e5e7cb7c327986efa20fcd
CMakeLists.txt