From 6c9e8080f8e71be45419a9d6633f2876d047f091 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Mon, 14 Jun 2010 18:59:27 +0000 Subject: Simplify the index method and write some more asserts. svn path=/trunk/KDE/kdelibs/; revision=1137949 --- modules/FindKDE4Internal.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index 28f82b19..641a8384 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -667,7 +667,7 @@ endif(_kdeBootStrapping OR TARGET ${KDE4_TARGET_PREFIX}nepomuk) # which helps with finding the phonon installed as part of kdesupport: # only make Phonon REQUIRED if KDE4 itself is REQUIRED -find_package(Phonon 4.3.80 ${_REQ_STRING_KDE4}) +find_package(Phonon ${_REQ_STRING_KDE4}) set(KDE4_PHONON_LIBRARY ${PHONON_LIBRARY}) set(KDE4_PHONON_LIBS ${PHONON_LIBS}) set(KDE4_PHONON_INCLUDES ${PHONON_INCLUDES}) -- cgit v1.2.1