<html><body><div>Hello,<br><br>i've upgraded my cmake installation from 2.8.7 to 2.8.8. After the upgrade the cpack has an unwanted behavior.<br><br>When i run cpack from the build directory (in cpack 2.8.7) then cpack iterates over all configured CPACK_GENERATORs and creates the installer/archives.<br>But with cpack 2.8.8 I get only the options from cpack.<br>Is this a bug or did I need to configure something else in 2.8.8?<br><br><span style="font-family: courier new,monospace; font-size: 12px;">cpack version 2.8.8</span><br><span style="font-family: courier new,monospace; font-size: 12px;">Usage</span><br><br><span style="font-family: courier new,monospace; font-size: 12px;"> cpack -G <generator> [options]</span><br><br><span style="font-family: courier new,monospace; font-size: 12px;">Options</span><br><span style="font-family: courier new,monospace; font-size: 12px;"> -G <generator> = Use the specified generator to generate</span><br><span style="font-family: courier new,monospace; font-size: 12px;"> package.</span><br><span style="font-family: courier new,monospace; font-size: 12px;"> -C <Configuration> = Specify the project configuration</span><br><span style="font-family: courier new,monospace; font-size: 12px;"> -D <var>=<value> = Set a CPack variable.</span><br><span style="font-family: courier new,monospace; font-size: 12px;"> --config <config file> = Specify the config file.</span><br><span style="font-family: courier new,monospace; font-size: 12px;"> --verbose,-V = enable verbose output</span><br><span style="font-family: courier new,monospace; font-size: 12px;"> --debug = enable debug output (for CPack developers)</span><br><span style="font-family: courier new,monospace; font-size: 12px;"> -P <package name> = override/define CPACK_PACKAGE_NAME</span><br><span style="font-family: courier new,monospace; font-size: 12px;"> -R <package version> = override/define CPACK_PACKAGE_VERSION</span><br><span style="font-family: courier new,monospace; font-size: 12px;"> -B <package directory> = override/define CPACK_PACKAGE_DIRECTORY</span><br><span style="font-family: courier new,monospace; font-size: 12px;"> --vendor <vendor name> = override/define CPACK_PACKAGE_VENDOR</span><br><span style="font-family: courier new,monospace; font-size: 12px;"> --help-command cmd [file] = Print help for a single command and exit.</span><br><span style="font-family: courier new,monospace; font-size: 12px;"> --help-command-list [file] = List available commands and exit.</span><br><span style="font-family: courier new,monospace; font-size: 12px;"> --help-commands [file] = Print help for all commands and exit.</span><br><span style="font-family: courier new,monospace; font-size: 12px;"> --help-variable var [file] = Print help for a single variable and exit.</span><br><span style="font-family: courier new,monospace; font-size: 12px;"> --help-variable-list [file] = List documented variables and exit.</span><br><span style="font-family: courier new,monospace; font-size: 12px;"> --help-variables [file] = Print help for all variables and exit.</span><br><span style="font-family: courier new,monospace; font-size: 12px;"> --copyright [file] = Print the CMake copyright and exit.</span><br><span style="font-family: courier new,monospace; font-size: 12px;"> --help,-help,-usage,-h,-H,/?= Print usage information and exit.</span><br><span style="font-family: courier new,monospace; font-size: 12px;"> --help-full [file] = Print full help and exit.</span><br><span style="font-family: courier new,monospace; font-size: 12px;"> --help-html [file] = Print full help in HTML format.</span><br><span style="font-family: courier new,monospace; font-size: 12px;"> --help-man [file] = Print full help as a UNIX man page and exit.</span><br><span style="font-family: courier new,monospace; font-size: 12px;"> --version,-version,/V [file]= Show program name/version banner and exit.</span><br><br><span style="font-family: courier new,monospace; font-size: 12px;">Generators</span><br><span style="font-family: courier new,monospace; font-size: 12px;"> NSIS = Null Soft Installer</span><br><span style="font-family: courier new,monospace; font-size: 12px;"> STGZ = Self extracting Tar GZip compression</span><br><span style="font-family: courier new,monospace; font-size: 12px;"> TBZ2 = Tar BZip2 compression</span><br><span style="font-family: courier new,monospace; font-size: 12px;"> TGZ = Tar GZip compression</span><br><span style="font-family: courier new,monospace; font-size: 12px;"> TZ = Tar Compress compression</span><br><span style="font-family: courier new,monospace; font-size: 12px;"> ZIP = ZIP file format</span><br><br>Best Regards<br>NoRulez<br data-mce-bogus="1"></div></body></html>