We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f1f7f commit f666cb3Copy full SHA for f666cb3
src/contrib/CMakeLists.txt
@@ -47,7 +47,8 @@ SET_TARGET_PROPERTIES(lucene++-contrib PROPERTIES
47
COMPILE_FLAGS -DLPP_HAVE_DLL
48
)
49
TARGET_LINK_LIBRARIES(lucene++-contrib
50
- ${CMAKE_THREAD_LIBS_INIT})
+ ${CMAKE_THREAD_LIBS_INIT}
51
+ lucene++)
52
install(TARGETS lucene++-contrib
53
DESTINATION ${LIB_DESTINATION}
54
COMPONENT runtime )
0 commit comments