Skip to content

Commit 8e3b569

Browse files
committed
Don't make versioned .so files
1 parent 5ff7788 commit 8e3b569

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ project(sdkit)
55
set(CMAKE_CXX_STANDARD 20)
66
set(CMAKE_CXX_STANDARD_REQUIRED ON)
77

8+
# Disable versioned sonames on platforms that support it
9+
set(CMAKE_PLATFORM_NO_VERSIONED_SONAME ON)
10+
811
# Option to build tools
912
option(SDKIT_BUILD_TOOLS "Build sdkit tools" OFF)
1013

0 commit comments

Comments
 (0)