1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-18 11:09:56 +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
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

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
)