Skip to content

Commit 30fd040

Browse files
Changed the description of the clang compile setup (ros2#4554)
* Changed the description of the clang compile setup Signed-off-by: Vincent <[email protected]> * Update source/Installation/Alternatives/Ubuntu-Development-Setup.rst Co-authored-by: Chris Lalancette <[email protected]> Signed-off-by: Vincent <[email protected]> --------- Signed-off-by: Vincent <[email protected]> Co-authored-by: Chris Lalancette <[email protected]>
1 parent 07fe3e4 commit 30fd040

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/Installation/Alternatives/Ubuntu-Development-Setup.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@ Continue with the :doc:`tutorials and demos <../../Tutorials>` to configure your
155155
Alternate compilers
156156
-------------------
157157

158-
Using a different compiler besides gcc to compile ROS 2 is easy. If you set the environment variables ``CC`` and ``CXX`` to executables for a working C and C++ compiler, respectively, and retrigger CMake configuration (by using ``--force-cmake-config`` or by deleting the packages you want to be affected), CMake will reconfigure and use the different compiler.
158+
Using a different compiler besides gcc to compile ROS 2 is easy.
159+
If you set the environment variables ``CC`` and ``CXX`` to executables for a working C and C++ compiler, respectively, and retrigger CMake configuration (by using ``--cmake-force-configure`` or by deleting the packages you want to be affected), CMake will reconfigure and use the different compiler.
159160

160161
Clang
161162
^^^^^

0 commit comments

Comments
 (0)