From d06b82773e2306a99a8971934fb5845d5c04a170 Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Fri, 31 May 2024 14:31:21 -0700 Subject: Move SOVERSION to global CMakeLists, apply SOVERSION to DLL So that multiple LTS builds can co-exist. PiperOrigin-RevId: 639154515 Change-Id: Id34d6fbef823151a4f3c73cf7b9b340257eadd63 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') 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 -- cgit v1.2.3