diff options
Diffstat (limited to 'modules/FindKDE4Internal.cmake')
-rw-r--r-- | modules/FindKDE4Internal.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index 0815afd8..782d4a76 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -1116,7 +1116,7 @@ if (NOT _kde4_uninstall_rule_created) endif (NOT _kde4_uninstall_rule_created) -find_package(Phonon) +find_package(Phonon REQUIRED) set(KDE4_PHONON_LIBRARY ${PHONON_LIBRARY}) set(KDE4_PHONON_LIBS ${PHONON_LIBS}) set(KDE4_PHONON_INCLUDES ${PHONON_INCLUDES}) |