1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-20 18:17:42 +00:00

Reorder dependencies

This commit is contained in:
Carles Fernandez
2019-02-07 21:31:40 +01:00
parent 8fc749cf72
commit 60637c6125
10 changed files with 12 additions and 13 deletions

View File

@@ -109,9 +109,9 @@ add_library(gnss_sp_libs ${GNSS_SPLIBS_SOURCES} ${GNSS_SPLIBS_HEADERS})
target_link_libraries(gnss_sp_libs
PUBLIC
Armadillo::armadillo
Boost::boost
Gflags::gflags
Armadillo::armadillo
Gnuradio::runtime
Gnuradio::blocks
Volk::volk ${ORC_LIBRARIES}