Skip to content

Commit

Permalink
Merge pull request #4319 from Conan-Kudo/fix-soversion
Browse files Browse the repository at this point in the history
cmake: Correctly set the soversion based on SemVer properties
  • Loading branch information
zdenop authored Sep 19, 2024
2 parents 4f43536 + 280779c commit 900c721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ set_target_properties(
${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
set_target_properties(
libtesseract PROPERTIES SOVERSION
${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
${VERSION_MAJOR}.${VERSION_MINOR})

set_target_properties(
libtesseract
Expand Down

0 comments on commit 900c721

Please sign in to comment.