Skip to content

Commit

Permalink
set c++0x flag
Browse files Browse the repository at this point in the history
  • Loading branch information
knorth55 committed Mar 14, 2018
1 parent 5041659 commit 198c65f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions baxter_gazebo/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
cmake_minimum_required(VERSION 2.8.3)
project(baxter_gazebo)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x")

find_package(catkin
REQUIRED COMPONENTS
Expand Down

0 comments on commit 198c65f

Please sign in to comment.