From 575ac8acb9ae2ea0b6112057487002be02330557 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Sun, 14 Mar 2010 15:31:41 +0000 Subject: -add a copy of FindPackageHandleStandardArgs, which adds checking the version numbers, so you get this automatically in all modules which use find_package_handle_standard_args() Alex svn path=/trunk/KDE/kdelibs/; revision=1103184 --- modules/FindPhonon.cmake | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/FindPhonon.cmake') diff --git a/modules/FindPhonon.cmake b/modules/FindPhonon.cmake index e24ffdce..85953cca 100644 --- a/modules/FindPhonon.cmake +++ b/modules/FindPhonon.cmake @@ -19,7 +19,6 @@ macro(_phonon_find_version) file(READ ${_phonon_namespace_header_file} _phonon_header LIMIT 5000 OFFSET 1000) string(REGEX MATCH "define PHONON_VERSION_STR \"(4\\.[0-9]+\\.[0-9a-z]+)\"" _phonon_version_match "${_phonon_header}") set(PHONON_VERSION "${CMAKE_MATCH_1}") - message(STATUS "Phonon Version: ${PHONON_VERSION}") endmacro(_phonon_find_version) # the dirs listed with HINTS are searched before the default sets of dirs -- cgit v1.2.1