cmake --help case sensitivity

2006-04-12 Thread David Faure
$ cmake --help exec_program
Help argument exec_program is not a CMake command.  Use --help-command-list 
to see all commands.
$ cmake --help EXEC_PROGRAM
[works]

Since commands are case insensitive, can --help be fixed to be case insensitive 
as well?
Thanks.

-- 
David Faure, [EMAIL PROTECTED], sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).
___
Kde-buildsystem mailing list
Kde-buildsystem@kde.org
https://mail.kde.org/mailman/listinfo/kde-buildsystem


Re: cmake --help case sensitivity

2006-04-12 Thread Dirk Mueller
On Wednesday, 12. April 2006 12:02, David Faure wrote:

 Since commands are case insensitive, can --help be fixed to be case
 insensitive as well? Thanks.

It is case insensitive, if your operating system is ;)


-- 
Dirk//\
___
Kde-buildsystem mailing list
Kde-buildsystem@kde.org
https://mail.kde.org/mailman/listinfo/kde-buildsystem


Re: cmake --help case sensitivity

2006-04-12 Thread William A. Hoffman
At 06:02 AM 4/12/2006, David Faure wrote:
$ cmake --help exec_program
Help argument exec_program is not a CMake command.  Use --help-command-list 
to see all commands.
$ cmake --help EXEC_PROGRAM
[works]

Since commands are case insensitive, can --help be fixed to be case 
insensitive as well?
Thanks.

Good point, fixed in cvs CMake.  

-Bill

___
Kde-buildsystem mailing list
Kde-buildsystem@kde.org
https://mail.kde.org/mailman/listinfo/kde-buildsystem