diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-06-23 18:26:17 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-06-23 18:26:17 -0700 |
commit | 6c804f722cd3e43f7e1b6b804b66c80f868154ca (patch) | |
tree | 866e80715672eba379931af3bc4506268a287549 /host/docs | |
parent | 2d667b3500256df59b319d2e58b9f99891de488d (diff) | |
download | uhd-6c804f722cd3e43f7e1b6b804b66c80f868154ca.tar.gz uhd-6c804f722cd3e43f7e1b6b804b66c80f868154ca.tar.bz2 uhd-6c804f722cd3e43f7e1b6b804b66c80f868154ca.zip |
docs: Fixed FPGA manual auto-building
Diffstat (limited to 'host/docs')
-rw-r--r-- | host/docs/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
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: |