From e333b72d926d97ffe6fdaa922e1a5c7289ec87f6 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 27 Mar 2018 16:25:23 -0700 Subject: cmake: Improve warning for missing requests --- host/utils/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3