Skip to content

Commit

Permalink
Properly link liblucene++-contrib with liblucene++
Browse files Browse the repository at this point in the history
Otherwise (not only) dpkg-shlibdeps will complain about unresolved symbols.
  • Loading branch information
hasselmm committed May 7, 2012
1 parent 63f1f7f commit f666cb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/contrib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ SET_TARGET_PROPERTIES(lucene++-contrib PROPERTIES
COMPILE_FLAGS -DLPP_HAVE_DLL
)
TARGET_LINK_LIBRARIES(lucene++-contrib
${CMAKE_THREAD_LIBS_INIT})
${CMAKE_THREAD_LIBS_INIT}
lucene++)
install(TARGETS lucene++-contrib
DESTINATION ${LIB_DESTINATION}
COMPONENT runtime )
Expand Down

0 comments on commit f666cb3

Please sign in to comment.