1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-17 22:38:33 +01:00

Make CMake shut up about CLuceneUnstable, which is only a convenience hack for old openSUSE versions

This commit is contained in:
Dominik Schmidt 2012-11-14 00:17:22 +01:00
parent a9504a4982
commit 58936ecca4

View File

@ -14,7 +14,7 @@ INCLUDE(CheckSymbolExists)
INCLUDE(FindLibraryWithDebug)
# try to locate a patched unstable version (for comp's sake *sigh*) first
FIND_PACKAGE(CLuceneUnstable)
FIND_PACKAGE(CLuceneUnstable QUIET)
IF(CLUCENEUNSTABLE_FOUND)
SET(CLucene_FOUND TRUE)
SET(CLUCENE_INCLUDE_DIR ${CLUCENE_UNSTABLE_INCLUDE_DIRS})