Skip to content

Commit f666cb3

Browse files
committed
Properly link liblucene++-contrib with liblucene++
Otherwise (not only) dpkg-shlibdeps will complain about unresolved symbols.
1 parent 63f1f7f commit f666cb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/contrib/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ SET_TARGET_PROPERTIES(lucene++-contrib PROPERTIES
4747
COMPILE_FLAGS -DLPP_HAVE_DLL
4848
)
4949
TARGET_LINK_LIBRARIES(lucene++-contrib
50-
${CMAKE_THREAD_LIBS_INIT})
50+
${CMAKE_THREAD_LIBS_INIT}
51+
lucene++)
5152
install(TARGETS lucene++-contrib
5253
DESTINATION ${LIB_DESTINATION}
5354
COMPONENT runtime )

0 commit comments

Comments
 (0)