> it is pointlessly hard to get the equivalent of 'configure --help'
And why isn't there a wrapper script named 'configure' that offers an autotools-compatible interface? This should be possible for all build systems that can generate makefiles.
Posted Nov 11, 2011 16:50 UTC (Fri) by nix (subscriber, #2304)
[Link]
Quite. The command-line interface of CMake is pretty horrible all round: the -DCAPITAL_LETTERS=FOO interface is very silly. That D is pure excise. Why the cmake authors thought that modelling the command line on a C preprocessor rather than on getopt_long() -- a far more common program invocation syntax -- is quite beyond me.