Skip to content
This repository has been archived by the owner on Feb 21, 2021. It is now read-only.

[Issue #435] Quick-fixes CMAKE_CXX_FLAGS resetting. Removes direct c++0x asignment. #445

Merged
merged 2 commits into from
Jun 10, 2016

Conversation

lr-morales
Copy link
Member

@lr-morales lr-morales commented May 12, 2016

[Issue #435]
This solves - at least partially - the CMAKE_CXX_FLAGS by prepending the current value to the new.
Also removes a "-std=c++0x", which conflicts with compilers that use only "-std=c++11" or can't use both at the same time; this flag is managed by another CMakeLists.txt anyway.

@fqez
Copy link
Member

fqez commented May 19, 2016

Everything compiling well in my Ubuntu 14.04 x64 virtual machine! Can you @chanfr check this out to merge it already? Thanks both of you!

@chanfr chanfr merged commit b5d44a1 into JdeRobot:master Jun 10, 2016
@lr-morales lr-morales deleted the cmake-fixes branch June 11, 2016 10:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants