diff options
Diffstat (limited to 'attic/modules/FindPhonon.cmake')
-rw-r--r-- | attic/modules/FindPhonon.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/attic/modules/FindPhonon.cmake b/attic/modules/FindPhonon.cmake index cd9e5cb4..197f47ff 100644 --- a/attic/modules/FindPhonon.cmake +++ b/attic/modules/FindPhonon.cmake @@ -29,7 +29,7 @@ if(PHONON_INCLUDE_DIR AND PHONON_LIBRARY) set(PHONON_LIBS ${phonon_LIB_DEPENDS} ${PHONON_LIBRARY}) set(PHONON_INCLUDES ${PHONON_INCLUDE_DIR}/KDE ${PHONON_INCLUDE_DIR}) _phonon_find_version() -endif(PHONON_INCLUDE_DIR AND PHONON_LIBRARY) +endif() include(FindPackageHandleStandardArgs) find_package_handle_standard_args(Phonon DEFAULT_MSG PHONON_INCLUDE_DIR PHONON_LIBRARY) |