We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e1d9e4 commit a8f294aCopy full SHA for a8f294a
apps/gnb/CMakeLists.txt
@@ -66,6 +66,7 @@ if (ZEROMQ_FOUND OR UHD_FOUND)
66
include_directories(${CMAKE_SOURCE_DIR}/external)
67
68
else (ZEROMQ_FOUND OR UHD_FOUND)
69
- message(WARNING "gNB application won't be built because no radio has been found. Please enable UHD or ZEROMQ to build gNB.")
+ message(WARNING "No radio driver found - gNB application will not be built. "
70
+ "Please install UHD to build gNB. See docs.srsran.com for details.")
71
72
endif (ZEROMQ_FOUND OR UHD_FOUND)
0 commit comments