Skip to content

Commit 52c299e

Browse files
Keane WongKeane Wong
authored andcommitted
Set CMAKE_SHARED_LIBRARY_SUFFIX to always create .so files.
1 parent 88458dc commit 52c299e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fastdds_python/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ if(POLICY CMP0086)
2525
endif()
2626

2727
project(fastdds_python VERSION 2.2.0)
28+
set(CMAKE_SHARED_LIBRARY_SUFFIX .so)
2829

2930
# Set BUILD_TESTING to OFF by default.
3031
if(NOT BUILD_TESTING)

0 commit comments

Comments
 (0)