mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-18 21:23:02 +00:00
Update cpu_features version to 0.7.0
This commit is contained in:
parent
a73c267908
commit
b8d3758308
@ -19,6 +19,11 @@ All notable changes to GNSS-SDR will be documented in this file.
|
||||
- Compute PVT solutions when using GPS L5 signals even if the satellite is
|
||||
reported as not healthy in the CNAV message.
|
||||
|
||||
### Improvements in Portability:
|
||||
|
||||
- Updated `cpu_features` library to v0.7.0.
|
||||
- Fixed building against GNU Radio > v3.10.1.1.
|
||||
|
||||
### Improvements in Reliability:
|
||||
|
||||
- Fix some defects detected by Coverity Scan 2021.12.1.
|
||||
|
@ -9,7 +9,7 @@ if(POLICY CMP0077)
|
||||
cmake_policy(SET CMP0077 NEW)
|
||||
endif()
|
||||
|
||||
project(CpuFeatures VERSION 0.6.0 LANGUAGES C)
|
||||
project(CpuFeatures VERSION 0.7.0 LANGUAGES C)
|
||||
|
||||
set(CMAKE_C_STANDARD 99)
|
||||
if(CMAKE_VERSION LESS "3.1")
|
||||
|
Loading…
Reference in New Issue
Block a user