Minor typo fix

This commit is contained in:
Paul Sutton 2018-02-07 09:37:26 +00:00
parent 8f850754f3
commit 1fd2341932
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@ if(RF_FOUND)
message(STATUS "Building with srsENB")
add_subdirectory(srsenb)
else(ENABLE_SRSENB)
message(STATUS "srsUE build disabled")
message(STATUS "srsENB build disabled")
endif(ENABLE_SRSENB)
else(RF_FOUND)
message(STATUS "srsUE and srsENB builds disabled due to missing RF driver")