Skip to content

Commit 1775b65

Browse files
committed
Merged in plugin_101 (pull request #475)
Cosmetic change to match source code Approved-by: Louise Poubel <lupoubel@hotmail.com> Approved-by: Ian Chen <ichen@osrfoundation.org>
2 parents fb93d15 + 065ed3c commit 1775b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins_hello_world/tutorial-6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ New in `gazebo6`: c++11 flags are now required for all downstream software to co
140140
This is done with the following line:
141141

142142
~~~
143-
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${GAZEBO_CXX_FLAGS}")
143+
list(APPEND CMAKE_CXX_FLAGS "${GAZEBO_CXX_FLAGS}")
144144
~~~
145145

146146
Create the build directory

0 commit comments

Comments
 (0)