From 43ff2c4d0173b80f72b09798fd84293479477e3b Mon Sep 17 00:00:00 2001 From: David Faure Date: Wed, 15 Feb 2006 10:51:07 +0000 Subject: not my day svn path=/trunk/KDE/kdelibs/; revision=509626 --- modules/KDE4Macros.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules') 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) -- cgit v1.2.1