diff --git a/cmake_targets/CMakeLists.txt b/cmake_targets/CMakeLists.txt index 8ce3c0ab2f055d83d0117dc4c1a92746b9ffe26e..e20718ac3670650c90508cc3d17d0f66e37ca39a 100644 --- a/cmake_targets/CMakeLists.txt +++ b/cmake_targets/CMakeLists.txt @@ -1774,7 +1774,7 @@ add_executable(rrh_gw target_include_directories(rrh_gw PRIVATE ${OPENAIR_DIR}/common/utils/itti) target_link_libraries(rrh_gw -Wl,--start-group - UTIL LFDS + UTIL LFDS -ldl -Wl,--end-group ) target_link_libraries (rrh_gw rt pthread m ) target_link_libraries (rrh_gw ${LIB_LMS_LIBRARIES})