Skip to content

Commit

Permalink
Fix typo in getting started C++ section (#1002)
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]>
  • Loading branch information
juanjo4936 authored Dec 24, 2024
1 parent 0a46fe1 commit 5815f2d
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 5815f2d

Please sign in to comment.