aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2015-06-23 18:26:17 -0700
committerAshish Chaudhari <ashish@ettus.com>2015-06-29 13:18:26 -0700
commitd70f7b46cfaca9bc6689ee9a2a4f0d1f8ed61040 (patch)
tree709f25205f2f5bf2f8bf529be156c43e49992af4 /host
parentc4b61f9dd5f42da4bd9ba35a7533f6639e02fdfc (diff)
downloaduhd-d70f7b46cfaca9bc6689ee9a2a4f0d1f8ed61040.tar.gz
uhd-d70f7b46cfaca9bc6689ee9a2a4f0d1f8ed61040.tar.bz2
uhd-d70f7b46cfaca9bc6689ee9a2a4f0d1f8ed61040.zip
docs: Fixed FPGA manual auto-building
Diffstat (limited to 'host')
-rw-r--r--host/CMakeLists.txt4
-rw-r--r--host/docs/CMakeLists.txt1
2 files changed, 2 insertions, 3 deletions
diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt
index 57624fa63..b0a00db40 100644
--- a/host/CMakeLists.txt
+++ b/host/CMakeLists.txt
@@ -304,11 +304,11 @@ EXECUTE_PROCESS(
COMMAND ${PYTHON_EXECUTABLE} -c "import os; print os.path.abspath(os.path.join('${CMAKE_SOURCE_DIR}', '..', 'fpga-src'))"
OUTPUT_VARIABLE FPGA_SUBMODULE_DIR
OUTPUT_STRIP_TRAILING_WHITESPACE
- OUTPUT_QUIET
)
-message(STATUS ${FPGA_SUBMODULE_DIR})
IF(EXISTS "${FPGA_SUBMODULE_DIR}/docs/fpga.md")
SET(HAS_FPGA_SUBMODULE TRUE)
+ MESSAGE(STATUS "")
+ MESSAGE(STATUS "Found FPGA submodule: ${FPGA_SUBMODULE_DIR}")
ENDIF(EXISTS "${FPGA_SUBMODULE_DIR}/docs/fpga.md")
########################################################################
diff --git a/host/docs/CMakeLists.txt b/host/docs/CMakeLists.txt
index c93afdb00..d0f060ceb 100644
--- a/host/docs/CMakeLists.txt
+++ b/host/docs/CMakeLists.txt
@@ -28,7 +28,6 @@ SET(ENABLE_MANUAL_OR_DOXYGEN false)
########################################################################
# Setup Manual (using Doxygen)
########################################################################
-MESSAGE(STATUS "")
LIBUHD_REGISTER_COMPONENT("Manual" ENABLE_MANUAL ON "DOXYGEN_FOUND" OFF)
# Check if fpga submodule is there. If yes: