Restore CMAKE_VERBOSE_MAKEFILE to its original state

pull/281/head
Jeffrey Walton 2016-09-15 12:04:49 -04:00
parent e1fa9b26a8
commit df40b6224a
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ set(CRYPTOPP_DATA_DIR "" CACHE PATH "Crypto++ test data directory")
#============================================================================ #============================================================================
# Stop hiding the damn output... # 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 # 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}) set(LIB_VER ${cryptopp_VERSION_MAJOR}${cryptopp_VERSION_MINOR}${cryptopp_VERSION_PATCH})