diff options
Diffstat (limited to 'modules/FindPhonon.cmake')
-rw-r--r-- | modules/FindPhonon.cmake | 1 |
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 |