1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-01 20:00:13 +02: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) INCLUDE(FindLibraryWithDebug)
# try to locate a patched unstable version (for comp's sake *sigh*) first # try to locate a patched unstable version (for comp's sake *sigh*) first
FIND_PACKAGE(CLuceneUnstable) FIND_PACKAGE(CLuceneUnstable QUIET)
IF(CLUCENEUNSTABLE_FOUND) IF(CLUCENEUNSTABLE_FOUND)
SET(CLucene_FOUND TRUE) SET(CLucene_FOUND TRUE)
SET(CLUCENE_INCLUDE_DIR ${CLUCENE_UNSTABLE_INCLUDE_DIRS}) SET(CLUCENE_INCLUDE_DIR ${CLUCENE_UNSTABLE_INCLUDE_DIRS})