On Jan 13, 2008 12:13 PM, Martin Lütken <[EMAIL PROTECTED]> wrote:
>
>  It's a long time since I said I might do this feature. But with the
> supplied
>  patch it's now possible to use the option '--cmakelists-file-name' to
> specify
>  another filename to look for instead of 'CMakeLists.txt'.

Is a short form single letter version of this command also available?
I would recommend -f as it's parallel with Make.  I also think
--cmakelists-file-name is excessively verbose.   --file would be
sufficient, although you could retain the longer name also.  Here's
what Make does:

  -f FILE, --file=FILE, --makefile=FILE
                              Read FILE as a makefile.

I think it's important to respect these nuances / niceties /
conventions for command line options.  CMake is not a terribly command
line oriented tool, but there's a lot of command line oriented people
out there that we'd like to convert to CMake.  So it would be good if
we give them the kinds of things they expect, to the degree that it's
easy for us to do so.  I think in this case -f is quite easy.


Cheers,
Brandon Van Every
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to