1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-18 21:23:02 +00:00

CMake: remove leftovers

This commit is contained in:
Carles Fernandez 2022-08-23 13:14:59 +02:00
parent 56ae0c043c
commit 5186b737b7
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -50,14 +50,6 @@ if(GNURADIO_USES_STD_POINTERS)
)
endif()
if(NOT GNURADIO_USES_LOG4CPP)
target_link_libraries(resampler_gr_blocks
PUBLIC
fmt::fmt
spdlog::spdlog
)
endif()
target_include_directories(resampler_gr_blocks
PUBLIC
${GNSSSDR_SOURCE_DIR}/src/core/interfaces