diff options
author | Abseil Team <absl-team@google.com> | 2024-05-31 14:31:21 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2024-05-31 14:32:29 -0700 |
commit | d06b82773e2306a99a8971934fb5845d5c04a170 (patch) | |
tree | 6af256205759c905b44577555da97a6db6a881f1 /CMakeLists.txt | |
parent | 0d9746acbd4b5c0b46d299a3f0909bcc23540123 (diff) |
Move SOVERSION to global CMakeLists, apply SOVERSION to DLL
So that multiple LTS builds can co-exist.
PiperOrigin-RevId: 639154515
Change-Id: Id34d6fbef823151a4f3c73cf7b9b340257eadd63
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 56c054ef..d88283b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,6 +59,7 @@ if (POLICY CMP0141) endif (POLICY CMP0141) project(absl LANGUAGES CXX) +set(ABSL_SOVERSION 0) include(CTest) # Output directory is correct by default for most build setups. However, when |