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] Procedure to compile wireshark dissector on linux

From: Chris Maynard <Christopher.Maynard@xxxxxxxxx>
Date: Tue, 19 Jul 2011 01:48:40 +0000 (UTC)
Tony Trinh <tony19@...> writes:

> I like the CMake build better (easier to use and 'pretty') except for the
verbose output, which is masochistically enabled by default. There's a comment
that suggests the verboseness was meant to be temporary:
> # Disable this later. Alternative: "make VERBOSE=1"
> set(CMAKE_VERBOSE_MAKEFILE ON)
> 
> Can we change the default to OFF? (especially since there's a command-line to
turn it on but not off).

I have yet to use CMake myself, but this seems like a reasonable request, so I
committed this change in r38103.