aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--host/utils/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/host/utils/CMakeLists.txt b/host/utils/CMakeLists.txt
index 0b78f45fc..b8dd70a54 100644
--- a/host/utils/CMakeLists.txt
+++ b/host/utils/CMakeLists.txt
@@ -120,7 +120,8 @@ IF(LINUX)
)
ENDIF(LINUX)
IF(NOT HAVE_PYTHON_MODULE_REQUESTS)
- MESSAGE(WARNING "Module requests not found -- uhd_images_downloader.py will not work without it.")
+ MESSAGE(WARNING "Python module `requests' not found -- uhd_images_downloader.py will not work without it.")
+ MESSAGE(WARNING "You may be able to install this by running 'pip install requests'")
ENDIF(NOT HAVE_PYTHON_MODULE_REQUESTS)
IF(ENABLE_USRP2)