Update cpu_features version to 0.7.0

This commit is contained in:
Carles Fernandez 2022-04-01 12:17:25 +02:00
parent a73c267908
commit b8d3758308
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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")