Felix Schwitzer
64aeb520ca
bash-completion: silent cmake -D lookup
...
The completion for -D tries to read the cache via 'cmake -LA -N', but this
prints a warning. Silent the lookup by redirecting this warning to null.
2019-08-17 01:04:54 +02:00
Alex Turbov
6cc93b370e
message(): Add support for log levels
...
Relates: #18943
Co-Authored-By: Craig Scott <craig.scott@crascit.com >
2019-04-28 22:45:44 +10:00
Jiang Yi
73f23d1e00
cmake: add '--install <dir>' option
...
Fixes : #19023
2019-03-17 01:31:25 +08:00
Gregor Jasny
5de37a4a64
cmake: Add --open option for IDE generators
2017-10-13 21:28:34 +02:00
Sylvain Joubert
fe7f117ad2
bash-completion: Fix cmake -E lookup
...
In case of long '<command> <args...>' the description text is wrapped
and indented on the next line.
Avoid taking these lines into account by explicitly requiring the third
character to be a non-space.
2016-08-05 08:54:09 -04:00
Eric NOULARD
48cb388ead
bash-completion: Fix cmake --help-policy lookup
2016-06-10 10:45:25 -04:00
Eric NOULARD
f67afbdc4a
bash-completion: Add cmake --help-manual
2016-06-10 09:54:29 -04:00
Gaëtan Lehmann
2ecf168f19
bash-completion: Avoid using _init_completion when not defined
...
With the current version of homebrew one gets:
bash: _init_completion: command not found
Avoid this by initializing manually when the function is not defined.
2015-04-22 09:40:17 -04:00
Brad King
b601e2350a
Rename Docs to Auxiliary
...
The directory contains auxiliary support files for integration with
other tools, not documentation.
2013-10-15 10:46:54 -04:00