We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d0679 commit 0546fafCopy full SHA for 0546faf
lib/CMakeLists.txt
@@ -17,10 +17,12 @@ install(TARGETS sdsl
17
RUNTIME DESTINATION bin
18
LIBRARY DESTINATION lib
19
ARCHIVE DESTINATION lib)
20
+
21
+math(EXPR SOVERSION "${LIBRARY_VERSION_MAJOR}+1")
22
23
set_target_properties(sdsl PROPERTIES
24
VERSION "${LIBRARY_VERSION_FULL}"
- SOVERSION "${LIBRARY_VERSION_MAJOR}"
25
+ SOVERSION "${SOVERSION}"
26
# DEFINE_SYMBOL SDSL_BUILD_DLL
27
# RUNTIME_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../examples"
- )
28
+)
0 commit comments