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/lib/utils/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'host/lib/utils') diff --git a/host/lib/utils/CMakeLists.txt b/host/lib/utils/CMakeLists.txt index 32b679d49..aecd3a4b0 100644 --- a/host/lib/utils/CMakeLists.txt +++ b/host/lib/utils/CMakeLists.txt @@ -20,6 +20,7 @@ ######################################################################## # Setup defines for process scheduling ######################################################################## +MESSAGE(STATUS "") MESSAGE(STATUS "Configuring priority scheduling...") INCLUDE(CheckCXXSourceCompiles) @@ -56,6 +57,7 @@ ENDIF(HAVE_PTHREAD_SETSCHEDPARAM) ######################################################################## # Setup defines for module loading ######################################################################## +MESSAGE(STATUS "") MESSAGE(STATUS "Configuring module loading...") INCLUDE(CheckIncludeFileCXX) -- cgit v1.2.3