From 3ef31a16fcab6f914a71fc29bef950c544241342 Mon Sep 17 00:00:00 2001 From: Radek Brich Date: Tue, 3 Jan 2023 14:31:57 +0100 Subject: [PATCH] cmake: set SOVERSION also for macOS Closes #10214 --- lib/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 10c4f432db..ef2295b301 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -108,6 +108,7 @@ set_target_properties(${LIB_NAME} PROPERTIES if(CMAKE_SYSTEM_NAME STREQUAL "AIX" OR CMAKE_SYSTEM_NAME STREQUAL "Linux" OR + CMAKE_SYSTEM_NAME STREQUAL "Darwin" OR CMAKE_SYSTEM_NAME STREQUAL "GNU/kFreeBSD" OR # FreeBSD comes with the a.out and elf flavours -- 2.47.3