Skip to content

Commit

Permalink
Fix typo in getting started C++ section (#1002) (#1005)
Browse files Browse the repository at this point in the history
* Hotfix: deleted a section that is no longer needed

Signed-off-by: Juanjo Garcia <[email protected]>

* Hotfix: solved the failure of the CI

Signed-off-by: Juanjo Garcia <[email protected]>

---------

Signed-off-by: Juanjo Garcia <[email protected]>
(cherry picked from commit 5815f2d)

Co-authored-by: juanjo4936 <[email protected]>
  • Loading branch information
mergify[bot] and juanjo4936 authored Dec 24, 2024
1 parent 06ecf37 commit 733573d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docs/fastdds/getting_started/simple_app/includes/dataType.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,3 @@ This must have generated the following files:
* HelloWorldCdrAux.hpp: Header file for HelloWorldCdrAux.ipp.
* HelloWorldTypeObjectSupport.cxx: |TypeObject| registration code.
* HelloWorldTypeObjectSupport.hpp: Header file for HelloWorldTypeObjectSupport.cxx.

CMakeLists.txt
""""""""""""""

Include the following code snippet at the end of the CMakeList.txt file you created earlier.
This includes the files we have just created.

.. literalinclude:: /../code/Examples/C++/DDSHelloWorld/CMakeLists.txt
:language: bash
:lines: 44-45

0 comments on commit 733573d

Please sign in to comment.