diff options
author | David Faure <faure@kde.org> | 2006-02-15 10:51:07 +0000 |
---|---|---|
committer | David Faure <faure@kde.org> | 2006-02-15 10:51:07 +0000 |
commit | 43ff2c4d0173b80f72b09798fd84293479477e3b (patch) | |
tree | 61177452cff1642d8539dbabfa961d02bf05a3f5 /modules | |
parent | eaad615ee85800bedbf2088326399027c95d0740 (diff) | |
download | extra-cmake-modules-43ff2c4d0173b80f72b09798fd84293479477e3b.tar.gz extra-cmake-modules-43ff2c4d0173b80f72b09798fd84293479477e3b.tar.bz2 |
not my day
svn path=/trunk/KDE/kdelibs/; revision=509626
Diffstat (limited to 'modules')
-rw-r--r-- | modules/KDE4Macros.cmake | 3 |
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) |