aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Montel <montel@kde.org>2006-06-05 11:49:12 +0000
committerLaurent Montel <montel@kde.org>2006-06-05 11:49:12 +0000
commitdbec5648b3f07bb32d5ded4915ce153a89225ae5 (patch)
tree1e441172cba5d4cb8df5ab47aea0ddca906c6de6
parent74c1e9e453f583f82ee51908309535ab5b8184d3 (diff)
downloadextra-cmake-modules-dbec5648b3f07bb32d5ded4915ce153a89225ae5.tar.gz
extra-cmake-modules-dbec5648b3f07bb32d5ded4915ce153a89225ae5.tar.bz2
Fix typo
svn path=/trunk/KDE/kdelibs/; revision=548360
-rw-r--r--modules/FindKDE4Internal.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake
index 1fa1809b..7f535208 100644
--- a/modules/FindKDE4Internal.cmake
+++ b/modules/FindKDE4Internal.cmake
@@ -338,7 +338,7 @@ else(EXISTS ${CMAKE_SOURCE_DIR}/kdecore/kglobal.h)
set(KDE4_KXMLCORE_LIBRARIES ${kxmlcore_LIB_DEPENDS} ${KDE4_KXMLCORE_LIBRARY} )
find_library(KDE4_PHONONCORE_LIBRARY NAMES phononcore PATHS ${KDE4_LIB_INSTALL_DIR} )
- set(KDE4_PHONONUI_LIBRARIES ${phononcore_LIB_DEPENDS} ${KDE4_PHONONCORE_LIBRARY} )
+ set(KDE4_PHONONCORE_LIBRARIES ${phononcore_LIB_DEPENDS} ${KDE4_PHONONCORE_LIBRARY} )
find_library(KDE4_PHONONUI_LIBRARY NAMES phononui PATHS ${KDE4_LIB_INSTALL_DIR} )
set(KDE4_PHONONUI_LIBRARIES ${phononui_LIB_DEPENDS} ${KDE4_PHONONUI_LIBRARY} )