From 4528690cd51e5445df74aef8f83470a602683797 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 22 Mar 2023 14:07:54 +0100 Subject: [PATCH] cmake: set SONAME for SunOS too Provided-by: Brian Lund Closes #10816 --- lib/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3