Make the discount build verbose.
authorPino Toscano <pino@debian.org>
Wed, 19 May 2021 07:16:20 +0000 (16:16 +0900)
committerNorbert Preining <norbert@preining.info>
Wed, 19 May 2021 07:16:20 +0000 (16:16 +0900)
Forwarded: not-needed
Last-Update: 2020-11-19

Gbp-Pq: Name discount-build-verbose.diff

thirdparty/CMakeLists.txt

index 3b9e85a1db0623c372c2081bae5b18c2ce765182..a1fcfbb8ea563aab2e39199ff84516563bd9b867 100644 (file)
@@ -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 ""