Skip to content

Commit

Permalink
Fix GTest version (#579)
Browse files Browse the repository at this point in the history
* Fix GTest version

Signed-off-by: Juan Lopez Fernandez <[email protected]>

* Apply suggestion

Signed-off-by: Juan Lopez Fernandez <[email protected]>

---------

Signed-off-by: Juan Lopez Fernandez <[email protected]>
  • Loading branch information
juanlofer-eprosima authored Oct 10, 2023
1 parent db909d2 commit 55ba712
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/installation/sources/sources_linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Also add the `Gtest repository <https://github.com/google/googletest>`_ into the

.. code-block:: bash
git clone https://github.com/google/googletest src/googletest-distribution
git clone --branch release-1.11.0 https://github.com/google/googletest src/googletest-distribution
.. _pythonreq_sl:
Expand Down
2 changes: 1 addition & 1 deletion docs/installation/sources/sources_mac.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Also add the `Gtest repository <https://github.com/google/googletest>`_ into the

.. code-block:: bash
git clone https://github.com/google/googletest src/googletest-distribution
git clone --branch release-1.11.0 https://github.com/google/googletest src/googletest-distribution
.. _pythonreq_sm:
Expand Down
2 changes: 1 addition & 1 deletion docs/installation/sources/sources_windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Also add the `Gtest repository <https://github.com/google/googletest>`_ into the

.. code-block:: bash
git clone https://github.com/google/googletest src/googletest-distribution
git clone --branch release-1.11.0 https://github.com/google/googletest src/googletest-distribution
and add next argument to the `colcon` call

Expand Down

0 comments on commit 55ba712

Please sign in to comment.