Skip to content

Commit a336102

Browse files
Keane WongDanipiza
authored andcommitted
Set CMAKE_SHARED_LIBRARY_SUFFIX to always create .so files.
1 parent 9982f5e commit a336102

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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.4.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)