1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-22 11:07:41 +00:00

CMake: Move log4cpp/spdlog handling to the GNURADIO cmake module

This commit is contained in:
Carles Fernandez
2022-08-23 14:11:06 +02:00
parent 5186b737b7
commit 8247021f32
4 changed files with 16 additions and 38 deletions

View File

@@ -62,6 +62,7 @@ All notable changes to GNSS-SDR will be documented in this file.
- The configuration options at building time `-DENABLE_OWN_GLOG`,
`-DENABLE_OWN_ARMADILLO`, and `-DENABLE_OWN_GNSSTK` can now be switched `ON`
and `OFF` without the need to start from an empty buiding folder.
- Improved CMake handling of the spdlog library used by GNU Radio >= 3.10.
### Improvements in Usability: