1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-31 11:19:18 +00:00

Fix target name

This commit is contained in:
Carles Fernandez 2024-05-01 13:02:35 +02:00
parent 68b875681d
commit 5004fc386d
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -60,7 +60,7 @@ if(Boost_FOUND)
endif()
if("${GNSSTK_VERSION}" VERSION_LESS 3.0.1)
set_property(TARGET obsdiff PROPERTY CXX_STANDARD 14) # Required by GPSTk v3.0.0
set_property(TARGET rinex2assist PROPERTY CXX_STANDARD 14) # Required by GPSTk v3.0.0
endif()
# Do not show warnings raised by GPSTk v3.0.0