Set CMAKE_VERBOSE_MAKEFILE=ON when ENABLE_PACKAGING=ON

Try to fix Debian build log warnings
This commit is contained in:
Carles Fernandez 2019-09-07 16:54:02 +02:00
parent 24872c02dc
commit 69f7601b5c
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ option(ENABLE_ARMA_NO_DEBUG OFF)
if(ENABLE_PACKAGING)
set(ENABLE_GENERIC_ARCH ON)
set(ENABLE_ARMA_NO_DEBUG ON)
set(CMAKE_VERBOSE_MAKEFILE ON)
endif()
# Testing