1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-09-03 11:27:59 +00:00

Remove Gflags as a public dependency of algorithms_libs

This commit is contained in:
Carles Fernandez
2020-02-11 22:02:22 +01:00
parent d65daac971
commit cb95c65d19

View File

@@ -92,13 +92,13 @@ target_link_libraries(algorithms_libs
PUBLIC
Armadillo::armadillo
Boost::headers
Gflags::gflags
Gnuradio::runtime
Gnuradio::blocks
PRIVATE
core_system_parameters
Volk::volk ${ORC_LIBRARIES}
Volkgnsssdr::volkgnsssdr
Gflags::gflags
Glog::glog
)