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

* Ported to lucene++.

This commit is contained in:
Christian Muehlhaeuser
2014-09-16 01:02:59 +02:00
parent 88a5b6d97c
commit f837e9e7e5
8 changed files with 110 additions and 137 deletions

View File

@@ -71,7 +71,7 @@ ENDIF(WIN32)
SET(LUCENEPP_GOOD_VERSION TRUE)
FIND_PATH(LUCENEPP_LIBRARY_DIR
NAMES liblucene++.so
NAMES liblucene++.dylib
PATHS ${TRIAL_LIBRARY_PATHS} ${TRIAL_INCLUDE_PATHS} NO_DEFAULT_PATH)
IF (LUCENEPP_LIBRARY_DIR)
MESSAGE(STATUS "Found Lucene++ library dir: ${LUCENEPP_LIBRARY_DIR}")