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
1 changed files with 1 additions and 1 deletions

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