diff options
-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) |