1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-09-02 02:48:00 +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

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