Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] CMake: Disable building with QT ?

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Fri, 13 Nov 2015 14:34:27 -0800
On Nov 13, 2015, at 12:26 AM, Dario Lombardo <dario.lombardo.ml@xxxxxxxxx> wrote:

> A useful feature of cmake that works at least on ubuntu is the tab completion. So you can run
> 
> cmake -DBUILD<tab>
> 
> and you get a list of build targets that can be enabled/disabled.

Not on my Ubuntu 15.10 virtual machine it doesn't - not even if I run it in the Wireshark source directory.  <tab> does nothing.

	$ cmake --version
	cmake version 3.2.2
	$ echo $SHELL
	/bin/bash
	$ bash --version
	GNU bash, version 4.3.42(1)-release (x86_64-pc-linux-gnu)