Skip to content

Commit

Permalink
Merge pull request autowarefoundation#1 from JWhitleyAStuff/fix/cxx_f…
Browse files Browse the repository at this point in the history
…lags_mod

Fixing CMAKE_CXX_FLAGS modification in plugins.
  • Loading branch information
Geoffrey Biggs authored May 16, 2019
2 parents 53b8483 + 8665448 commit 27bd05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include_directories(
${Qt5Core_INCLUDE_DIRS}
)
link_directories(${GAZEBO_LIBRARY_DIRS})
list(APPEND CMAKE_CXX_FLAGS "${GAZEBO_CXX_FLAGS}")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${GAZEBO_CXX_FLAGS}")

set (plugins
LensFlareVisualPlugin
Expand Down

0 comments on commit 27bd05b

Please sign in to comment.