<html><body><div>Because of the long time... this was because first I thought it was my fault.<br><br>It would be great if the old behavior could be restored.<br><br>Best Regards<br></div><div><br>Am 03. Juli 2012 um 13:35 schrieb David Cole &lt;david.cole@kitware.com&gt;:<br><br><div><blockquote type="cite"><div class="msg-quote"><div class="_stretch">Looks like we let the default command line behavior get trounced when<br> we added the new cpack --help* stuff... Guess we don't have a test for<br> that.<br> <br> To loop over all configure CPack generators, you can still use the command line:<br> <br> cpack -C CPackConfig.cmake<br> <br> But:<br> <br> cpack<br> <br> just by itself simply spits out the help text now.<br> <br> Should we put it back to the way it was in 2.8.7, or should we leave<br> it the way it is now in 2.8.8?<br> <br> Seems like 3 months is a pretty long time before anybody noticed a<br> change in behavior like this one.<br> <br> <br> Thanks for the report. And further comments will be appreciated.<br> <br> David<br> <br> <br> On Tue, Jul 3, 2012 at 4:28 AM, NoRulez &lt;<a href="mailto:norulez@me.com" data-mce-href="mailto:norulez@me.com">norulez@me.com</a>&gt; wrote:<br> &gt; Hello,<br> &gt;<br> &gt; i've upgraded my cmake installation from 2.8.7 to 2.8.8. After the upgrade<br> &gt; the cpack has an unwanted behavior.<br> &gt;<br> &gt; When i run cpack from the build directory (in cpack 2.8.7) then cpack<br> &gt; iterates over all configured CPACK_GENERATORs and creates the<br> &gt; installer/archives.<br> &gt; But with cpack 2.8.8 I get only the options from cpack.<br> &gt; Is this a bug or did I need to configure something else in 2.8.8?<br> &gt;<br> &gt; cpack version 2.8.8<br> &gt; Usage<br> &gt;<br> &gt; &nbsp; cpack -G &lt;generator&gt; [options]<br> &gt;<br> &gt; Options<br> &gt; &nbsp; -G &lt;generator&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = Use the specified generator to generate<br> &gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; package.<br> &gt; &nbsp; -C &lt;Configuration&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = Specify the project configuration<br> &gt; &nbsp; -D &lt;var&gt;=&lt;value&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = Set a CPack variable.<br> &gt; &nbsp; --config &lt;config file&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = Specify the config file.<br> &gt; &nbsp; --verbose,-V&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = enable verbose output<br> &gt; &nbsp; --debug&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = enable debug output (for CPack developers)<br> &gt; &nbsp; -P &lt;package name&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = override/define CPACK_PACKAGE_NAME<br> &gt; &nbsp; -R &lt;package version&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = override/define CPACK_PACKAGE_VERSION<br> &gt; &nbsp; -B &lt;package directory&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = override/define CPACK_PACKAGE_DIRECTORY<br> &gt; &nbsp; --vendor &lt;vendor name&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = override/define CPACK_PACKAGE_VENDOR<br> &gt; &nbsp; --help-command cmd [file]&nbsp;&nbsp; = Print help for a single command and exit.<br> &gt; &nbsp; --help-command-list [file]&nbsp; = List available commands and exit.<br> &gt; &nbsp; --help-commands [file]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = Print help for all commands and exit.<br> &gt; &nbsp; --help-variable var [file]&nbsp; = Print help for a single variable and exit.<br> &gt; &nbsp; --help-variable-list [file] = List documented variables and exit.<br> &gt; &nbsp; --help-variables [file]&nbsp;&nbsp;&nbsp;&nbsp; = Print help for all variables and exit.<br> &gt; &nbsp; --copyright [file]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = Print the CMake copyright and exit.<br> &gt; &nbsp; --help,-help,-usage,-h,-H,/?= Print usage information and exit.<br> &gt; &nbsp; --help-full [file]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = Print full help and exit.<br> &gt; &nbsp; --help-html [file]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = Print full help in HTML format.<br> &gt; &nbsp; --help-man [file]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = Print full help as a UNIX man page and exit.<br> &gt; &nbsp; --version,-version,/V [file]= Show program name/version banner and exit.<br> &gt;<br> &gt; Generators<br> &gt; &nbsp; NSIS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = Null Soft Installer<br> &gt; &nbsp; STGZ&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = Self extracting Tar GZip compression<br> &gt; &nbsp; TBZ2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = Tar BZip2 compression<br> &gt; &nbsp; TGZ&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = Tar GZip compression<br> &gt; &nbsp; TZ&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = Tar Compress compression<br> &gt; &nbsp; ZIP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = ZIP file format<br> &gt;<br> &gt; Best Regards<br> &gt; NoRulez<br> &gt;<br> &gt; --<br> &gt;<br> &gt; Powered by <a href="http://www.kitware.com" data-mce-href="http://www.kitware.com">www.kitware.com</a><br> &gt;<br> &gt; Visit other Kitware open-source projects at<br> &gt; <a href="http://www.kitware.com/opensource/opensource.html" data-mce-href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><br> &gt;<br> &gt; Please keep messages on-topic and check the CMake FAQ at:<br> &gt; <a href="http://www.cmake.org/Wiki/CMake_FAQ" data-mce-href="http://www.cmake.org/Wiki/CMake_FAQ">http://www.cmake.org/Wiki/CMake_FAQ</a><br> &gt;<br> &gt; Follow this link to subscribe/unsubscribe:<br> &gt; <a href="http://www.cmake.org/mailman/listinfo/cmake" data-mce-href="http://www.cmake.org/mailman/listinfo/cmake">http://www.cmake.org/mailman/listinfo/cmake</a><br></div></div></blockquote></div></div></body></html>