From df40b6224ae03b6a93faf865b5c2e35460d7b88b Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 15 Sep 2016 12:04:49 -0400 Subject: [PATCH] Restore CMAKE_VERBOSE_MAKEFILE to its original state --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d0c774ce..06bcfbc8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ set(CRYPTOPP_DATA_DIR "" CACHE PATH "Crypto++ test data directory") #============================================================================ # Stop hiding the damn output... -set(CMAKE_VERBOSE_MAKEFILE on) +# set(CMAKE_VERBOSE_MAKEFILE on) # Always 1 ahead in Master. Also see http://groups.google.com/forum/#!topic/cryptopp-users/SFhqLDTQPG4 set(LIB_VER ${cryptopp_VERSION_MAJOR}${cryptopp_VERSION_MINOR}${cryptopp_VERSION_PATCH})