aboutsummaryrefslogtreecommitdiff
path: root/modules/KDE4Macros.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2010-07-28 19:09:22 +0000
committerAlexander Neundorf <neundorf@kde.org>2010-07-28 19:09:22 +0000
commit2fd2df5f9dc882fb455abcdc4ca9674c8ed9e654 (patch)
tree927b98771b2307cf3776141a817280f9d5a04e31 /modules/KDE4Macros.cmake
parent50ddbcc1bd2226ba38b3f7a8707430f0319a60a1 (diff)
downloadextra-cmake-modules-2fd2df5f9dc882fb455abcdc4ca9674c8ed9e654.tar.gz
extra-cmake-modules-2fd2df5f9dc882fb455abcdc4ca9674c8ed9e654.tar.bz2
-extend the documentation for KDE4_ADD_LIBRARY() a bit
-remove wrong comment about WITH_PREFIX -CMP0011 is now always there since we require cmake 2.6.4 Alex svn path=/trunk/KDE/kdelibs/; revision=1156242
Diffstat (limited to 'modules/KDE4Macros.cmake')
-rw-r--r--modules/KDE4Macros.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/KDE4Macros.cmake b/modules/KDE4Macros.cmake
index 9c7f7e59..fc66b481 100644
--- a/modules/KDE4Macros.cmake
+++ b/modules/KDE4Macros.cmake
@@ -971,7 +971,6 @@ endmacro (KDE4_ADD_EXECUTABLE)
macro (KDE4_ADD_LIBRARY _target_NAME _lib_TYPE)
-#is the first argument is "WITH_PREFIX" then keep the standard "lib" prefix, otherwise set the prefix empty
set(_first_SRC ${_lib_TYPE})
set(_add_lib_param)