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

Switched to C++11 #44

Merged
merged 1 commit into from
Jul 16, 2016

Conversation

davetcoleman
Copy link
Member

Per moveit/moveit_core#310

Note we should setup all the PRs across moveit_* packages and merge all at once.

@@ -1,6 +1,8 @@
cmake_minimum_required(VERSION 2.8.3)
project(geometric_shapes)

add_compile_options(-std=c++11)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I seem to remember that add_compile_options() is a >=2.8.12 thing. Should the minimum cmake version be increased to reflect that?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shoot you're right, i forgot to do that

@davetcoleman davetcoleman force-pushed the kinetic-devel-cpp11 branch from 630fb02 to f5210c9 Compare July 16, 2016 00:06
@davetcoleman davetcoleman merged commit e788303 into moveit:kinetic-devel Jul 16, 2016
@davetcoleman davetcoleman deleted the kinetic-devel-cpp11 branch July 16, 2016 09:15
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