From 8ff27a8eb815ad2e451f9936b5ca6c140a009db0 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Wed, 19 May 2021 16:16:20 +0900 Subject: [PATCH] Make the discount build verbose. Forwarded: not-needed Last-Update: 2020-11-19 Gbp-Pq: Name discount-build-verbose.diff --- thirdparty/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/CMakeLists.txt b/thirdparty/CMakeLists.txt index 3b9e85a..a1fcfbb 100644 --- a/thirdparty/CMakeLists.txt +++ b/thirdparty/CMakeLists.txt @@ -9,7 +9,7 @@ ExternalProject_Add( discount_project URL ${CMAKE_CURRENT_SOURCE_DIR}/discount-2.2.6-patched SOURCE_SUBDIR cmake - CMAKE_ARGS DISCOUNT_ONLY_LIBRARY DISCOUNT_MAKE_INSTALL + CMAKE_ARGS DISCOUNT_ONLY_LIBRARY DISCOUNT_MAKE_INSTALL -DCMAKE_VERBOSE_MAKEFILE=ON CMAKE_CACHE_ARGS "-DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=true" PREFIX ${CMAKE_CURRENT_BINARY_DIR} INSTALL_COMMAND "" -- 2.30.2