diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-06-22 13:07:15 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-06-22 13:07:15 -0700 |
commit | 4dd2c9f462282f8e43da88219e52f76426d54e65 (patch) | |
tree | ed2663c362fc0415f844b1b088a31ae9e51ab84e | |
parent | 4082c7489b4adf28b93312e758063eb7960c890b (diff) | |
parent | a4d01f09687d63193719888ba1e797f2a4822794 (diff) | |
download | uhd-4dd2c9f462282f8e43da88219e52f76426d54e65.tar.gz uhd-4dd2c9f462282f8e43da88219e52f76426d54e65.tar.bz2 uhd-4dd2c9f462282f8e43da88219e52f76426d54e65.zip |
Merge branch 'maint'
-rw-r--r-- | host/CMakeLists.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index c13b4517e..57624fa63 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2010-2014 Ettus Research LLC +# Copyright 2010-2015 Ettus Research LLC # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -302,7 +302,9 @@ LIBUHD_REGISTER_COMPONENT("Tests" ENABLE_TESTS ON "ENABLE_LIBUHD" OFF) SET(HAS_FPGA_SUBMODULE FALSE) 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_VARIABLE FPGA_SUBMODULE_DIR + OUTPUT_STRIP_TRAILING_WHITESPACE + OUTPUT_QUIET ) message(STATUS ${FPGA_SUBMODULE_DIR}) IF(EXISTS "${FPGA_SUBMODULE_DIR}/docs/fpga.md") @@ -386,7 +388,6 @@ ENDIF(ENABLE_USB) IF(ENABLE_ORC) LIST(APPEND UHD_LINK_LIST_STATIC "orc-0.4") ENDIF(ENABLE_ORC) -message(STATUS "libs: ${UHD_LINK_LIST_STATIC}") CONFIGURE_FILE( ${CMAKE_SOURCE_DIR}/cmake/Modules/UHDConfigVersion.cmake.in |