ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sat, 14 Nov 2015 15:58:13 -0800
On Nov 14, 2015, at 11:13 AM, Bálint Réczey <balint@xxxxxxxxxxxxxxx> wrote:

> To enable completion you also need the bash-completion package
> installed and sourced in your bash session.

I.e., this isn't a feature of CMake, it's a feature of the combination of
	
	1) a version of bash with programmable completion

and

	2) a version of CMake that supplies completion rules

so you won't have that feature unless

	1) your shell is a version of bash with support for programmable completion

and

	2) your CMake has completion rules and those rules are installed for use by bash.