aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2006-02-15 10:51:07 +0000
committerDavid Faure <faure@kde.org>2006-02-15 10:51:07 +0000
commit43ff2c4d0173b80f72b09798fd84293479477e3b (patch)
tree61177452cff1642d8539dbabfa961d02bf05a3f5
parenteaad615ee85800bedbf2088326399027c95d0740 (diff)
downloadextra-cmake-modules-43ff2c4d0173b80f72b09798fd84293479477e3b.tar.gz
extra-cmake-modules-43ff2c4d0173b80f72b09798fd84293479477e3b.tar.bz2
not my day
svn path=/trunk/KDE/kdelibs/; revision=509626
-rw-r--r--modules/KDE4Macros.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/KDE4Macros.cmake b/modules/KDE4Macros.cmake
index 35d915f3..1a2da1f4 100644
--- a/modules/KDE4Macros.cmake
+++ b/modules/KDE4Macros.cmake
@@ -238,7 +238,6 @@ MACRO(KDE4_AUTOMOC)
STRING(REGEX MATCHALL "#include +[^ ]+\\.moc[\">]" _match "${_contents}")
if(_match)
-message("For ${_tmp_FILE} (${_current_FILE}) : found moc include")
foreach (_current_MOC_INC ${_match})
STRING(REGEX MATCH "[^ <\"]+\\.moc" _current_MOC "${_current_MOC_INC}")
@@ -417,7 +416,7 @@ MACRO(KDE4_ADD_PLUGIN _target_NAME _with_PREFIX)
endif(_first_SRC)
# if (UNIX)
- # I guess under windows the libtool file are NOT required
+ # I guess under windows the libtool file are not required
#KDE4_INSTALL_LIBTOOL_FILE(${_target_NAME})
# endif (UNIX)