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})