From 5e4875eb188d80ef6a0321d7fe03c595370062a2 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Mon, 29 Nov 2010 19:09:43 -0500 Subject: uhd: added macro to enable/disable components libuhd prints summary of components added newline prints before config checks --- host/config/Python.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'host/config/Python.cmake') diff --git a/host/config/Python.cmake b/host/config/Python.cmake index 95cdb4479..847e7bff3 100644 --- a/host/config/Python.cmake +++ b/host/config/Python.cmake @@ -27,6 +27,7 @@ IF(NOT DEFINED PYTHON_EXECUTABLE) ENDIF(NOT DEFINED PYTHON_EXECUTABLE) MACRO(PYTHON_CHECK_MODULE desc mod cmd have) + MESSAGE(STATUS "") MESSAGE(STATUS "Python checking for ${desc}") EXECUTE_PROCESS( COMMAND ${PYTHON_EXECUTABLE} -c " -- cgit v1.2.3