Skip to content

Commit

Permalink
Refs #21325: Do not include fastcdr code in RTD builds
Browse files Browse the repository at this point in the history
Signed-off-by: eduponz <[email protected]>
  • Loading branch information
EduPonz committed Jul 20, 2024
1 parent df95356 commit 719384d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fastdds_python/src/swig/fastdds.i
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,10 @@ namespace xtypes {
// Failing to do so will issue a warning, but will not stop the compilation.
// However, the resulting derived class will **not** be considered as inheriting from the base class

#ifndef FASTDDS_DOCS_BUILD
%include <fastcdr/config.h>
%include "fastcdr/xcdr/optional.i"
#endif

%include "fastdds/LibrarySettings.i"
%include "fastdds/rtps/common/VendorId_t.i"
Expand Down

0 comments on commit 719384d

Please sign in to comment.