diff options
author | Josh Blum <josh@joshknows.com> | 2010-11-29 19:09:43 -0500 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-11-29 19:09:43 -0500 |
commit | 5e4875eb188d80ef6a0321d7fe03c595370062a2 (patch) | |
tree | 6638704433bba89b3f6af332cf8b86b1865a0694 /host/docs | |
parent | d96252d6dcf24a8dec9a2f171bd8f305702d8432 (diff) | |
download | uhd-5e4875eb188d80ef6a0321d7fe03c595370062a2.tar.gz uhd-5e4875eb188d80ef6a0321d7fe03c595370062a2.tar.bz2 uhd-5e4875eb188d80ef6a0321d7fe03c595370062a2.zip |
uhd: added macro to enable/disable components
libuhd prints summary of components
added newline prints before config checks
Diffstat (limited to 'host/docs')
-rw-r--r-- | host/docs/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/host/docs/CMakeLists.txt b/host/docs/CMakeLists.txt index bbe0fec26..296ce9922 100644 --- a/host/docs/CMakeLists.txt +++ b/host/docs/CMakeLists.txt @@ -35,6 +35,7 @@ SET(manual_sources ######################################################################## # Setup Manual ######################################################################## +MESSAGE(STATUS "") MESSAGE(STATUS "Checking for rst2html (docutils)") FIND_PROGRAM(RST2HTML rst2html) IF(${RST2HTML} STREQUAL "RST2HTML-NOTFOUND") @@ -79,6 +80,8 @@ INSTALL(FILES ${manual_sources} DESTINATION ${PKG_DOC_DIR}/manual/rst) ######################################################################## # Setup Doxygen ######################################################################## +MESSAGE(STATUS "") +MESSAGE(STATUS "Checking for doxygen") INCLUDE(FindDoxygen) IF(DOXYGEN_FOUND) |