From 8d157012d0a43c1a2fe0518a274cd28598c50fbf Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Sat, 8 Aug 2020 22:04:49 -0700 Subject: [PATCH] build dfhack with verbosity on too --- library/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index 583c8768f..c78f7f58e 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt @@ -4,6 +4,8 @@ cmake_minimum_required(VERSION 2.8.12) # prevent CMake warnings about INTERFACE_LINK_LIBRARIES vs LINK_INTERFACE_LIBRARIES cmake_policy(SET CMP0022 NEW) +set(CMAKE_VERBOSE_MAKEFILE ON) + # build options option(BUILD_DEVEL "Install/package files required for development(For SDK)." OFF) if(UNIX)