Skip to content

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.

Merge request reports