aboutsummaryrefslogtreecommitdiffstats
path: root/utils/statshow/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'utils/statshow/CMakeLists.txt')
-rw-r--r--utils/statshow/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/statshow/CMakeLists.txt b/utils/statshow/CMakeLists.txt
index 2e28d019e..bf3308814 100644
--- a/utils/statshow/CMakeLists.txt
+++ b/utils/statshow/CMakeLists.txt
@@ -2,7 +2,6 @@ SET(STATSHOWSRC statshow.c)
FOREACH(_rs ${CLASSIFIERSSRC} ${TOKENIZERSSRC})
LIST(APPEND STATSHOWSRC "../../${_rs}")
- MESSAGE("${_rs}")
ENDFOREACH(_rs)
ADD_EXECUTABLE(statshow EXCLUDE_FROM_ALL ${STATSHOWSRC})