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:
@@ -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})
|
||||||
|
Reference in New Issue
Block a user