Skip to content

Commit

Permalink
Fix Typo, Add Qualifier to 2 Variables
Browse files Browse the repository at this point in the history
  • Loading branch information
iguessthislldo committed Oct 18, 2023
1 parent 4e4e877 commit bdbc6eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/devguide/building/cmake.rst
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ Dependencies
.. cmake:var:: OPENDDS_JAVA
:nocontentsentry:

Path to :ref:`deps-gtest`
Path to :ref:`deps-java`

.. cmake:var:: OPENDDS_QT
:nocontentsentry:
Expand Down Expand Up @@ -806,6 +806,7 @@ Features

ACE/TAO and OpenDDS were built with C++11 or later.
Default depends on the compiler being used.
Has no effect when building OpenDDS using CMake.

.. cmake:var:: OPENDDS_DEBUG
:nocontentsentry:
Expand All @@ -824,6 +825,7 @@ Features

``.inl`` files are included in header files.
Default is ``ON``
Has no effect when building OpenDDS using CMake.

.. cmake:var:: OPENDDS_VERSIONED_NAMEPSACE
:nocontentsentry:
Expand Down

0 comments on commit bdbc6eb

Please sign in to comment.