mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-01-29 12:39:28 +01:00
* Find lucenepp lib correctly on all platforms.
This commit is contained in:
parent
f554ba7f17
commit
995da20b5d
@ -71,7 +71,7 @@ ENDIF(WIN32)
|
||||
SET(LUCENEPP_GOOD_VERSION TRUE)
|
||||
|
||||
FIND_PATH(LUCENEPP_LIBRARY_DIR
|
||||
NAMES liblucene++.dylib
|
||||
NAMES liblucene++.dylib liblucene++.so liblucene++.dll
|
||||
PATHS ${TRIAL_LIBRARY_PATHS} ${TRIAL_INCLUDE_PATHS} NO_DEFAULT_PATH)
|
||||
IF (LUCENEPP_LIBRARY_DIR)
|
||||
MESSAGE(STATUS "Found Lucene++ library dir: ${LUCENEPP_LIBRARY_DIR}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user