Skip to content

Commit 5382226

Browse files
committed
Refs #21325: Regenerate types
Signed-off-by: eduponz <eduardoponz@eprosima.com>
1 parent effcac4 commit 5382226

6 files changed

Lines changed: 1 addition & 257 deletions

File tree

fastdds_python/src/swig/fastdds.i

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,7 @@ namespace xtypes {
134134
// However, the resulting derived class will **not** be considered as inheriting from the base class
135135

136136
%include <fastcdr/config.h>
137-
#if FASTCDR_VERSION_MAJOR > 1
138137
%include "fastcdr/xcdr/optional.i"
139-
#endif
140138

141139
%include "fastdds/LibrarySettings.i"
142140
%include "fastdds/rtps/common/VendorId_t.i"

fastdds_python/test/CMakeLists.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,12 @@
1515
# Compile types
1616
add_subdirectory(types)
1717

18-
set(fastcdr_version_argument "v2")
19-
if (${fastcdr_VERSION_MAJOR} EQUAL 1)
20-
set(fastcdr_version_argument "v1")
21-
endif()
22-
23-
2418
add_test(NAME api_tests
2519
COMMAND
2620
${Python3_EXECUTABLE}
2721
-m pytest
2822
-vrP
29-
--cdr ${fastcdr_version_argument}
23+
--cdr v2
3024
WORKING_DIRECTORY
3125
${CMAKE_CURRENT_SOURCE_DIR}/api
3226
)

0 commit comments

Comments
 (0)