diff options
| author | Alexander Neundorf <neundorf@kde.org> | 2006-05-12 18:46:21 +0000 | 
|---|---|---|
| committer | Alexander Neundorf <neundorf@kde.org> | 2006-05-12 18:46:21 +0000 | 
| commit | 85021f2518dceb4b6bfbd8e184431027af671836 (patch) | |
| tree | 6c895c3936d671ed26057338e83f556ac3cf72b4 | |
| parent | 35a85527e19dcfbc67bea3774bd6ac0383a2f7ff (diff) | |
| download | extra-cmake-modules-85021f2518dceb4b6bfbd8e184431027af671836.tar.gz extra-cmake-modules-85021f2518dceb4b6bfbd8e184431027af671836.tar.bz2  | |
-kde4_header() and footer are gone
Alex
svn path=/trunk/KDE/kdelibs/; revision=540234
| -rw-r--r-- | modules/FindKDE4Internal.cmake | 10 | ||||
| -rw-r--r-- | modules/KDE4Macros.cmake | 10 | 
2 files changed, 0 insertions, 20 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index c1657288..418541df 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -124,16 +124,6 @@  #    from FindQt4.cmake to have the moc files generated. This will be faster  #    but require more manual work.  # -# KDE4_HEADER() -#    This is a macro which is currently empty. -#    It is automatically inserted by the am2cmake script at the top -#    of each converted CMakeLists.txt -# -# KDE4_FOOTER() -#    This is a macro which is currently empty. -#    It is automatically inserted by the am2cmake script at the end -#    of each converted CMakeLists.txt -#  # KDE4_INSTALL_LIBTOOL_FILE ( subdir target )  #    This will create and install a simple libtool file for the   #    given target. This might be required for other software. diff --git a/modules/KDE4Macros.cmake b/modules/KDE4Macros.cmake index 7da50edc..75a8e8db 100644 --- a/modules/KDE4Macros.cmake +++ b/modules/KDE4Macros.cmake @@ -318,16 +318,6 @@ MACRO (KDE4_INSTALL_ICONS _defaultpath _theme )  ENDMACRO (KDE4_INSTALL_ICONS) -# for the case that something should be added to every CMakeLists.txt at the top -MACRO (KDE4_HEADER) -ENDMACRO (KDE4_HEADER) - - -# same as above, but at the end -MACRO (KDE4_FOOTER) -ENDMACRO (KDE4_FOOTER) - -  MACRO (KDE4_INSTALL_LIBTOOL_FILE _subdir _target)     GET_TARGET_PROPERTY(_target_location ${_target} LOCATION)  | 
