summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2016-05-19 13:18:05 -0700
committerMartin Braun <martin.braun@ettus.com>2016-05-19 13:18:05 -0700
commit1aa5d7e2360d2d3d6e843ebe970cd89a9ecc3c0b (patch)
tree30e96569aee448cbbe588be335f68d82d201e7e9
parentexamples: Increased the reference locking timeout in benchmark_rate (diff)
downloaduhd-1aa5d7e2360d2d3d6e843ebe970cd89a9ecc3c0b.tar.xz
uhd-1aa5d7e2360d2d3d6e843ebe970cd89a9ecc3c0b.zip
cmake: Better verbosity for installing/packaging images.
-rw-r--r--host/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt
index 29e89b8b7..12cb91645 100644
--- a/host/CMakeLists.txt
+++ b/host/CMakeLists.txt
@@ -403,8 +403,9 @@ UHD_INSTALL(
# Handle pre-built UHD Images for packaging
########################################################################
IF(DEFINED UHD_IMAGES_SRC_DIR AND EXISTS "${UHD_IMAGES_SRC_DIR}")
+ MESSAGE(STATUS "Reading images from directory `${UHD_IMAGES_SRC_DIR}'")
FILE(GLOB_RECURSE _image_files "${UHD_IMAGES_SRC_DIR}/*")
- MESSAGE(STATUS "Using images:")
+ MESSAGE(STATUS "These images files will be installed/packaged:")
FOREACH(_img ${_image_files})
MESSAGE(STATUS " ${_img}")
ENDFOREACH(_img)