1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-26 08:56:58 +00:00

Remove tab

This commit is contained in:
Carles Fernandez 2020-12-02 14:33:43 +01:00
parent a538c8c4ee
commit c49a0a2e16
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -522,7 +522,7 @@ if(ENABLE_UNIT_TESTING)
if(ENABLE_UNIT_TESTING_EXTRA)
target_link_libraries(run_tests PRIVATE Gpstk::gpstk)
if(GPSTK_OLDER_THAN_8)
target_compile_definitions(run_tests PRIVATE -DOLD_GPSTK=1)
target_compile_definitions(run_tests PRIVATE -DOLD_GPSTK=1)
endif()
endif()
if(ENABLE_STRIP)