You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm trying to install it with
FORCE_SUBPROJECT_SRSRAN=OFF and system-installed srsran (location: /usr/include/srsran/* and /usr/lib64/libsrs*) find_package(SRSRAN) is unable to find a cmake file (I renamed FindSRSLTE.cmake).
Additionally, few variables are not getting set, so cmake is clearly broken.
Could you test the external srsran library option and fix it please?
The text was updated successfully, but these errors were encountered:
Hi, if you wanna use your own srsRAN library, the easiest way is after executing cmake command, replace the original srsRAN folder in /build/srsRAN-src/ with your own srs lib and build the project again.
Thanks!
Ideally, I want to build it as a share library, similar to c-mnalib.
The FORCE_SUBPROJECT_CMNALIB option works fine, the FORCE_SUBPROJECT_SRSRAN is broken.
Thus, this bug report.
Hello, I'm trying to install it with
FORCE_SUBPROJECT_SRSRAN=OFF and system-installed srsran (location: /usr/include/srsran/* and /usr/lib64/libsrs*)
find_package(SRSRAN)
is unable to find a cmake file (I renamed FindSRSLTE.cmake).Additionally, few variables are not getting set, so cmake is clearly broken.
Could you test the external srsran library option and fix it please?
The text was updated successfully, but these errors were encountered: