Skip to content

Commit 4431135

Browse files
alvasMancodebot
authored andcommitted
cmake: remove find srsrsan_enterprise module
1 parent 07d927a commit 4431135

File tree

4 files changed

+0
-72
lines changed

4 files changed

+0
-72
lines changed

CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -319,12 +319,6 @@ else (ENABLE_DPDK)
319319
unset(DPDK_FOUND CACHE)
320320
endif (ENABLE_DPDK)
321321

322-
# srsRAN Enterprise
323-
if (SRSRAN_ENTERPRISE_BINARY_DIR)
324-
find_package(SRSRAN_ENTERPRISE MODULE REQUIRED)
325-
include(${SRSRAN_ENTERPRISE_BINARY_DIR}/srsran_enterprise.cmake)
326-
endif ()
327-
328322
########################################################################
329323
# Instruction Set Architecture setup
330324
########################################################################

apps/cu/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ target_link_libraries(srscu
3232
ngap_asn1
3333
)
3434

35-
if(SRSRAN_ENTERPRISE_FOUND)
36-
target_link_libraries(srscu
37-
-Wl,--whole-archive srsran_enterprise::srsran_plugin_ng_handover -Wl,--no-whole-archive)
38-
endif()
39-
4035
add_backward(srscu)
4136

4237
target_include_directories(srscu PRIVATE ${CMAKE_SOURCE_DIR} ${CMAKE_SOURCE_DIR}/external)

apps/gnb/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ target_link_libraries(gnb
3737
srsran_cu_up_app_unit
3838
)
3939

40-
if(SRSRAN_ENTERPRISE_FOUND)
41-
target_link_libraries(gnb
42-
-Wl,--whole-archive srsran_enterprise::srsran_plugin_ng_handover -Wl,--no-whole-archive)
43-
endif()
44-
4540
if (DPDK_FOUND)
4641
add_definitions(-DDPDK_FOUND)
4742
target_link_libraries(gnb hal_dpdk)

cmake/modules/FindSRSRAN_ENTERPRISE.cmake

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)