Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't overwrite system/command line CMAKE_CXX_FLAGS #240

Merged
merged 1 commit into from
Jul 29, 2020
Merged

Don't overwrite system/command line CMAKE_CXX_FLAGS #240

merged 1 commit into from
Jul 29, 2020

Conversation

cottsay
Copy link
Contributor

@cottsay cottsay commented Jul 29, 2020

Basic Info

Info Please fill out this column
Ticket(s) this addresses (none)
Primary OS tested on Fedora Linux
Robotic platform tested on (none)

Description of contribution in a few bullet points

Rather than overwriting the CMAKE_CXX_FLAGS that may have been supplied by the system, environment, or command line arguments, append the additional flags required by the project. This will allow system-supplied flags to be used, as well as enable the --cmake-args option for colcon to supply flags.


Description of documentation updates required from your changes

(none)


Future work that may be required in bullet points

(none)

Rather, append the additional flags required by the project. This will
allow system-supplied flags to be used, as well as enable the
`--cmake-args` option for colcon to supply flags.
@SteveMacenski
Copy link
Owner

Just wanting on CI

@SteveMacenski SteveMacenski merged commit 49f2a03 into SteveMacenski:foxy-devel Jul 29, 2020
@cottsay cottsay deleted the cxx_flags branch July 29, 2020 01:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants