Skip to content
Snippets Groups Projects
Commit a469976b authored by Tom Stellard's avatar Tom Stellard
Browse files

cmake: Use 7.1 for SONAME instead of 70

llvm-svn: 353348
parent ea20c1e9
No related branches found
No related tags found
No related merge requests found
......@@ -501,7 +501,7 @@ function(llvm_add_library name)
# Concatenate the version numbers since ldconfig expects exactly
# one component indicating the ABI version, while LLVM uses
# major+minor for that.
SOVERSION ${LLVM_VERSION_MAJOR}${LLVM_VERSION_MINOR}
SOVERSION ${LLVM_VERSION_MAJOR}.${LLVM_VERSION_MINOR}
VERSION ${LLVM_VERSION_MAJOR}${LLVM_VERSION_MINOR}.${LLVM_VERSION_PATCH}${LLVM_VERSION_SUFFIX})
endif()
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment