]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cmake: set SOVERSION also for macOS 10406/head
authorRadek Brich <radek.brich@devl.cz>
Tue, 3 Jan 2023 13:31:57 +0000 (14:31 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 3 Jan 2023 22:51:40 +0000 (23:51 +0100)
Closes #10214

lib/CMakeLists.txt

index 10c4f432dbe841efc7380b134a648b9b01d7c8f9..ef2295b30116b58507f27946c8feeffd7ac67a8e 100644 (file)
@@ -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