Remove unnecessary find_package(GUI)

This commit is contained in:
Ismael Gomez 2019-06-04 13:31:31 +02:00
parent 594d62f229
commit b31b668a8e
2 changed files with 0 additions and 5 deletions

View File

@ -46,8 +46,6 @@ else(RF_FOUND)
target_link_libraries(pdsch_enodeb srslte_common srslte_phy pthread) target_link_libraries(pdsch_enodeb srslte_common srslte_phy pthread)
endif(RF_FOUND) endif(RF_FOUND)
find_package(SRSGUI)
if(SRSGUI_FOUND) if(SRSGUI_FOUND)
include_directories(${SRSGUI_INCLUDE_DIRS}) include_directories(${SRSGUI_INCLUDE_DIRS})
target_link_libraries(pdsch_ue ${SRSGUI_LIBRARIES}) target_link_libraries(pdsch_ue ${SRSGUI_LIBRARIES})

View File

@ -18,8 +18,6 @@
# and at http://www.gnu.org/licenses/. # and at http://www.gnu.org/licenses/.
# #
find_package(SRSGUI)
######################################################################## ########################################################################
# PROGRAM TO DEBUG PSS FROM USRP # PROGRAM TO DEBUG PSS FROM USRP
######################################################################## ########################################################################
@ -32,7 +30,6 @@ if(UHD_FOUND)
target_link_libraries(pss_usrp srslte_phy srslte_rf) target_link_libraries(pss_usrp srslte_phy srslte_rf)
endif(UHD_FOUND) endif(UHD_FOUND)
if(SRSGUI_FOUND) if(SRSGUI_FOUND)
include_directories(${SRSGUI_INCLUDE_DIRS}) include_directories(${SRSGUI_INCLUDE_DIRS})
target_link_libraries(pss_file ${SRSGUI_LIBRARIES}) target_link_libraries(pss_file ${SRSGUI_LIBRARIES})