1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-07-01 01:13:15 +00:00

Fix gn3s driver building

This commit is contained in:
Carles Fernandez 2019-02-22 21:22:36 +01:00
parent 9c2cebd906
commit e6ae1a307c
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -175,6 +175,13 @@ if(ENABLE_FLEXIBAND AND TELEORBIT_FOUND)
)
endif()
if(ENABLE_GN3S AND GRGN3S_FOUND)
target_compile_definitions(core_receiver
PRIVATE
Gnuradio::gn3s
)
endif()
if(ENABLE_CLANG_TIDY)
if(CLANG_TIDY_EXE)
set_target_properties(core_receiver