Skip to content

Commit

Permalink
quick&dirty fix for finding lucene++ install under ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Horrendus committed Nov 8, 2014
1 parent 7ace093 commit 53e4cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeModules/FindLucene++.cmake
Expand Up @@ -69,7 +69,7 @@ ENDIF (LUCENEPP_INCLUDE_DIR)
SET(LUCENEPP_GOOD_VERSION TRUE)

FIND_PATH(LUCENEPP_LIBRARY_DIR
NAMES liblucene++.dylib liblucene++.so liblucene++.dll.a
NAMES liblucene++.dylib liblucene++.so liblucene++.dll.a lucene++
PATHS ${TRIAL_LIBRARY_PATHS} ${TRIAL_INCLUDE_PATHS} NO_DEFAULT_PATH)
IF (LUCENEPP_LIBRARY_DIR)
MESSAGE(STATUS "Found Lucene++ library dir: ${LUCENEPP_LIBRARY_DIR}")
Expand Down

0 comments on commit 53e4cf8

Please sign in to comment.