build dfhack with verbosity on too

develop
Myk Taylor 2020-08-08 22:04:49 -07:00
parent 1cfe2735d3
commit 8d157012d0
1 changed files with 2 additions and 0 deletions

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