1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-10 08:04:25 +02:00

Set CLUCENE_MIN_VERSION default value to the version we need, needed until macro_optional_find_package is fixed to support versions

This commit is contained in:
Dominik Schmidt
2011-03-27 16:15:51 +02:00
parent 99e1b6f327
commit da409f9fa7

View File

@@ -13,7 +13,7 @@ INCLUDE(CheckSymbolExists)
INCLUDE(FindLibraryWithDebug) INCLUDE(FindLibraryWithDebug)
if(NOT CLUCENE_MIN_VERSION) if(NOT CLUCENE_MIN_VERSION)
set(CLUCENE_MIN_VERSION "0.9.19") set(CLUCENE_MIN_VERSION "0.9.23")
endif(NOT CLUCENE_MIN_VERSION) endif(NOT CLUCENE_MIN_VERSION)
IF(EXISTS ${PROJECT_CMAKE}/CLuceneConfig.cmake) IF(EXISTS ${PROJECT_CMAKE}/CLuceneConfig.cmake)