1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-13 16:56:52 +00:00

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

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