luceneplusplus / LucenePlusPlus

Lucene++ is an up to date C++ port of the popular Java Lucene library, a high-performance, full-featured text search engine.
luceneplusplus@googlegroups.com
Other
738 stars 232 forks source link

Fix various cmake issues: #163

Closed LocutusOfBorg closed 3 years ago

LocutusOfBorg commented 3 years ago

"CMAKE_INSTALL_FULL_LIBDIR" not being correctly evaluated and used pkgconfig directory wrongly set to include instead of lib cmake directory wrongly set to include instead of lib core_libname contrib_libname PACKAGE_CMAKE_INSTALL_INCLUDEDIR PACKAGE_CMAKE_INSTALL_LIBDIR variables not being substituted to cmake.in files cmake helpers not being correctly set

alanw commented 3 years ago

Thanks for submitting these fixes @LocutusOfBorg!

LocutusOfBorg commented 3 years ago

thanks to you, it took a while to fix them all :)