From: Radek Brich Date: Tue, 3 Jan 2023 13:31:57 +0000 (+0100) Subject: cmake: set SOVERSION also for macOS X-Git-Tag: curl-7_88_0~173 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10406%2Fhead;p=thirdparty%2Fcurl.git cmake: set SOVERSION also for macOS Closes #10214 --- 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