From: Pino Toscano Date: Wed, 19 May 2021 07:16:20 +0000 (+0900) Subject: Make the discount build verbose. X-Git-Tag: archive/raspbian/4%25.04.0-1+rpi1~1^2^2^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8ff27a8eb815ad2e451f9936b5ca6c140a009db0;p=cantor.git Make the discount build verbose. Forwarded: not-needed Last-Update: 2020-11-19 Gbp-Pq: Name discount-build-verbose.diff --- 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 ""