Skip to content

Commit 8cf17f3

Browse files
committed
Correct the links in the example
Signed-off-by: Iker Luengo <ikerluengo@eprosima.com>
1 parent 8039663 commit 8cf17f3

5 files changed

Lines changed: 4 additions & 5 deletions

File tree

fastdds_python.repos

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ repositories:
1010
fastdds:
1111
type: git
1212
url: https://github.com/eProsima/Fast-DDS.git
13-
version: 2.3.x
13+
version: 2.4.x
1414
fastdds_python:
1515
type: git
1616
url: https://github.com/eProsima/Fast-DDS-python.git
1717
version: main
1818
fastrtpsgen:
1919
type: git
2020
url: https://github.com/eProsima/Fast-DDS-Gen.git
21-
version: master
21+
version: feature/pyton-bindings/basic-support-for-structs
2222
fastrtpsgen/thirdparty/idl-parser:
2323
type: git
2424
url: https://github.com/eProsima/IDL-Parser.git

test/_FastDdsTypesPythonWrapper.so

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/libHelloWorld.a

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/libHelloWorld.so

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../build/fastdds_python/test/types/libHelloWorld.so

test/types/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ INCLUDE_DIRECTORIES()
4040
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
4141

4242
#Create library for C++ types
43-
add_library(${PROJECT_NAME} ${${PROJECT_NAME}_FILES})
43+
add_library(${PROJECT_NAME} SHARED ${${PROJECT_NAME}_FILES})
4444
target_link_libraries(${PROJECT_NAME} PUBLIC fastcdr fastrtps)
4545

4646
###############################################################################

0 commit comments

Comments
 (0)