cmake: don't print verbose make

If someone wants verbose make they can set the env var.
This is now in line with monero's behaviour.
This commit is contained in:
selsta 2021-10-27 18:42:10 +02:00
parent 2f109d3333
commit b811d6a84f
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E

View file

@ -19,10 +19,6 @@ include(CheckCCompilerFlag)
include(CheckCXXCompilerFlag)
include(CheckLinkerFlag)
if(DEBUG)
set(CMAKE_VERBOSE_MAKEFILE ON)
endif()
set(BUILD_GUI_DEPS ON)
set(ARCH "x86-64" CACHE STRING "Target architecture")
set(BUILD_64 ON CACHE BOOL "Build 64-bit binaries")