summaryrefslogtreecommitdiffstats
path: root/host/lib
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-04-19 11:17:42 -0700
committerJosh Blum <josh@joshknows.com>2010-04-19 11:17:42 -0700
commit5ae48902712912456307772b372a50c89791cab3 (patch)
treec8925d7be05ac0646eb433884d32dec3cd2c9fd9 /host/lib
parent154e4492485eb2e56bf5fc1372670540e2f44090 (diff)
parentd4b113cc514b121f696f1693a4ca650950750036 (diff)
downloaduhd-5ae48902712912456307772b372a50c89791cab3.tar.gz
uhd-5ae48902712912456307772b372a50c89791cab3.tar.bz2
uhd-5ae48902712912456307772b372a50c89791cab3.zip
Merge branch 'docs' into work
Diffstat (limited to 'host/lib')
-rw-r--r--host/lib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/CMakeLists.txt b/host/lib/CMakeLists.txt
index b9e525bad..3a9ac1b08 100644
--- a/host/lib/CMakeLists.txt
+++ b/host/lib/CMakeLists.txt
@@ -69,7 +69,7 @@ MACRO(UHD_PYTHON_GEN_SOURCE_FILE pyfile outfile)
ADD_CUSTOM_COMMAND(
OUTPUT ${outfile} DEPENDS ${pyfile}
COMMAND ${PYTHON_EXECUTABLE} ${pyfile} ${outfile}
- COMMENT "Calling ${pyfile} to generate ${outfile}"
+ COMMENT "Generating ${outfile}"
)
LIST(APPEND libuhd_sources ${outfile})
ENDMACRO(UHD_PYTHON_GEN_SOURCE_FILE)