aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2010-06-30 17:34:51 +0000
committerStephen Kelly <steveire@gmail.com>2010-06-30 17:34:51 +0000
commit83026babf1c1525a8d8f51f9ec879df2ae63a60a (patch)
treeee6dc8247e232f6e8c7dd968c8b45025ceb81600
parent2dcad1910fd134e5e94255fa8924b469207556cf (diff)
downloadextra-cmake-modules-83026babf1c1525a8d8f51f9ec879df2ae63a60a.tar.gz
extra-cmake-modules-83026babf1c1525a8d8f51f9ec879df2ae63a60a.tar.bz2
Separate Private class methods from public interface implementation.
svn path=/trunk/KDE/kdelibs/; revision=1144740
-rw-r--r--modules/FindKDE4Internal.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake
index c9e8892f..b7e4b618 100644
--- a/modules/FindKDE4Internal.cmake
+++ b/modules/FindKDE4Internal.cmake
@@ -669,7 +669,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})