Skip to content

Commit a862fe3

Browse files
authored
Merge pull request #194 from fwuehr95/master
Fix non symlink so issue with contrib library
2 parents 9e74511 + 3d5c428 commit a862fe3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/contrib/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ else()
1111
add_library(lucene++-contrib STATIC)
1212
endif()
1313

14+
set(lucene++-contrib_SOVERSION "0")
15+
16+
set(lucene++-contrib_VERSION
17+
"${lucene++_VERSION_MAJOR}.${lucene++_VERSION_MINOR}.${lucene++_VERSION_PATCH}")
18+
1419
add_library(lucene++::lucene++-contrib ALIAS lucene++-contrib)
1520

1621

0 commit comments

Comments
 (0)