From 85e2e8814d38ddfcf26bdc5f57ad07527aee2e7a Mon Sep 17 00:00:00 2001 From: ismagom Date: Mon, 21 Jul 2014 20:54:23 +0200 Subject: [PATCH] Fixed compilation problem --- lte/phy/examples/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lte/phy/examples/CMakeLists.txt b/lte/phy/examples/CMakeLists.txt index b14924cc7..988815d29 100644 --- a/lte/phy/examples/CMakeLists.txt +++ b/lte/phy/examples/CMakeLists.txt @@ -81,12 +81,6 @@ ENDIF(${GRAPHICS_FIND} EQUAL -1) IF(${CUHD_FIND} GREATER -1) - add_executable(scan_rssi scan_rssi.c) - target_link_libraries(scan_rssi lte_phy cuhd ) - - add_executable(scan_pss scan_pss.c) - target_link_libraries(scan_pss lte_phy cuhd ) - add_executable(scan_mib scan_mib.c) target_link_libraries(scan_mib lte_phy cuhd )