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

CMakeLists.txt: fix typo preventing lucene++-contrib library symlink … #161

Closed LocutusOfBorg closed 3 years ago

LocutusOfBorg commented 3 years ago

…from being created correctly

The SONAME/SOVERSION weren't evaluated and set correctly because of the wrong target name.

It took lots of time to find that typo :)