From a8f212beb0633996828337a7a68475987d616db6 Mon Sep 17 00:00:00 2001 From: Brent Stapleton Date: Thu, 25 Jan 2018 14:31:36 -0800 Subject: cmake: Re-add requirement for Python requests Uncommenting a CMake check for the Python module requests. --- host/CMakeLists.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'host/CMakeLists.txt') diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index e153e0b9d..543ec7c64 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -329,11 +329,11 @@ PYTHON_CHECK_MODULE( HAVE_PYTHON_MODULE_MAKO ) -#PYTHON_CHECK_MODULE( - #"requests 2.0 or greater" - #"requests" "requests.__version__ >= '2.0'" - #HAVE_PYTHON_MODULE_REQUESTS -#) +PYTHON_CHECK_MODULE( + "requests 2.0 or greater" + "requests" "requests.__version__ >= '2.0'" + HAVE_PYTHON_MODULE_REQUESTS +) ######################################################################## # Create Uninstall Target -- cgit v1.2.3