aboutsummaryrefslogtreecommitdiff
path: root/modules/FindPhonon.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2010-03-14 15:31:41 +0000
committerAlexander Neundorf <neundorf@kde.org>2010-03-14 15:31:41 +0000
commit575ac8acb9ae2ea0b6112057487002be02330557 (patch)
tree583c1b782f6c7ddd4c0399ff10fd3a65fb5d464b /modules/FindPhonon.cmake
parent35342e6c7ad882f14e12bf96ce2f6e39e82e5aa1 (diff)
downloadextra-cmake-modules-575ac8acb9ae2ea0b6112057487002be02330557.tar.gz
extra-cmake-modules-575ac8acb9ae2ea0b6112057487002be02330557.tar.bz2
-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
Diffstat (limited to 'modules/FindPhonon.cmake')
-rw-r--r--modules/FindPhonon.cmake1
1 files changed, 0 insertions, 1 deletions
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