From: Daniel Stenberg Date: Wed, 22 Mar 2023 13:07:54 +0000 (+0100) Subject: cmake: set SONAME for SunOS too X-Git-Tag: curl-8_1_0~309 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4528690cd51e5445df74aef8f83470a602683797;p=thirdparty%2Fcurl.git cmake: set SONAME for SunOS too Provided-by: Brian Lund Closes #10816 --- diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index a50b3242b5..8f207588dd 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -86,6 +86,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 "SunOS" OR CMAKE_SYSTEM_NAME STREQUAL "GNU/kFreeBSD" OR # FreeBSD comes with the a.out and elf flavours