]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cmake: set SONAME for SunOS too
authorDaniel Stenberg <daniel@haxx.se>
Wed, 22 Mar 2023 13:07:54 +0000 (14:07 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 23 Mar 2023 14:40:44 +0000 (15:40 +0100)
Provided-by: Brian Lund
Closes #10816

lib/CMakeLists.txt

index a50b3242b5b342b106f76f4508018afdaa29297a..8f207588dd7b991695cc9ecb31461d823c7ce972 100644 (file)
@@ -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