aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-06-19 02:02:02 +0000
committerAlexander Neundorf <neundorf@kde.org>2007-06-19 02:02:02 +0000
commite2374ae393a442b7846937c7ddec393f330c2d43 (patch)
tree2ea7488326df0c97186acb2682c7d72f83407a7f
parentb236d0e3257ee7c40b3056a2b9c43211e675b4c7 (diff)
downloadextra-cmake-modules-e2374ae393a442b7846937c7ddec393f330c2d43.tar.gz
extra-cmake-modules-e2374ae393a442b7846937c7ddec393f330c2d43.tar.bz2
less messages
Alex svn path=/trunk/KDE/kdelibs/; revision=677369
-rw-r--r--modules/kde4automoc.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/kde4automoc.cmake b/modules/kde4automoc.cmake
index 2a9baa55..70417672 100644
--- a/modules/kde4automoc.cmake
+++ b/modules/kde4automoc.cmake
@@ -43,7 +43,7 @@ macro(PARSE_ONE_FILE _filename _moc_mark_FILE)
endmacro(PARSE_ONE_FILE)
foreach( _current_FILE ${MOC_FILES})
- message(STATUS "Automoc: Checking ${_current_FILE}...")
+# message(STATUS "Automoc: Checking ${_current_FILE}...")
get_filename_component(_basename ${_current_FILE} NAME)
set(_moc_mark_FILE ${CMAKE_CURRENT_BINARY_DIR}/${_basename}_automoc.mark)