diff --git a/lib/examples/CMakeLists.txt b/lib/examples/CMakeLists.txt index dc9866262..e17b3b2b8 100644 --- a/lib/examples/CMakeLists.txt +++ b/lib/examples/CMakeLists.txt @@ -46,8 +46,6 @@ else(RF_FOUND) target_link_libraries(pdsch_enodeb srslte_common srslte_phy pthread) endif(RF_FOUND) -find_package(SRSGUI) - if(SRSGUI_FOUND) include_directories(${SRSGUI_INCLUDE_DIRS}) target_link_libraries(pdsch_ue ${SRSGUI_LIBRARIES}) diff --git a/lib/src/phy/sync/test/CMakeLists.txt b/lib/src/phy/sync/test/CMakeLists.txt index 1f6ccabdb..77df8cfd4 100644 --- a/lib/src/phy/sync/test/CMakeLists.txt +++ b/lib/src/phy/sync/test/CMakeLists.txt @@ -18,8 +18,6 @@ # and at http://www.gnu.org/licenses/. # -find_package(SRSGUI) - ######################################################################## # PROGRAM TO DEBUG PSS FROM USRP ######################################################################## @@ -32,7 +30,6 @@ if(UHD_FOUND) target_link_libraries(pss_usrp srslte_phy srslte_rf) endif(UHD_FOUND) - if(SRSGUI_FOUND) include_directories(${SRSGUI_INCLUDE_DIRS}) target_link_libraries(pss_file ${SRSGUI_LIBRARIES})