From 31be8fb83139a8c5d325b19c3daebf8c52c0b41f Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Mon, 5 Dec 2022 17:39:33 +0100 Subject: [PATCH] Remove unused commit --- src/algorithms/input_filter/gnuradio_blocks/CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/algorithms/input_filter/gnuradio_blocks/CMakeLists.txt b/src/algorithms/input_filter/gnuradio_blocks/CMakeLists.txt index 51113a267..c65727296 100644 --- a/src/algorithms/input_filter/gnuradio_blocks/CMakeLists.txt +++ b/src/algorithms/input_filter/gnuradio_blocks/CMakeLists.txt @@ -53,13 +53,6 @@ target_include_directories(input_filter_gr_blocks ${GNSSSDR_SOURCE_DIR}/src/core/interfaces ) -if(LOG4CPP_WITH_OLD_CMAKE) - target_link_libraries(input_filter_gr_blocks - PRIVATE - Log4cpp::log4cpp - ) -endif() - if(GNURADIO_USES_STD_POINTERS) target_compile_definitions(input_filter_gr_blocks PUBLIC -DGNURADIO_USES_STD_POINTERS=1