At the request of Tony Trinh on -dev, set(CMAKE_VERBOSE_MAKEFILE OFF)

Ref: http://www.wireshark.org/lists/wireshark-dev/201107/msg00156.html

svn path=/trunk/; revision=38103
This commit is contained in:
Chris Maynard 2011-07-19 01:46:16 +00:00
parent 7ba73972cd
commit 4a5c24b6fc
1 changed files with 2 additions and 2 deletions

View File

@ -77,8 +77,8 @@ INCLUDE(UseMakeTapReg)
# Under linux the release mode (CMAKE_BUILD_TYPE=release) defines NDEBUG
# Disable this later. Alternative: "make VERBOSE=1"
set(CMAKE_VERBOSE_MAKEFILE ON)
# Enable with: "make VERBOSE=1"
set(CMAKE_VERBOSE_MAKEFILE OFF)
#Defines CMAKE_INSTALL_BINDIR, CMAKE_INSTALL_DATADIR, etc ...
include(CMakeInstallDirs)