File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ catkin_package(
2222# check for MOVEIT_MASTER
2323include (CheckIncludeFileCXX)
2424set (CMAKE_REQUIRED_INCLUDES ${moveit_core_INCLUDE_DIRS} )
25+ set (CMAKE_REQUIRED_FLAGS "-std=c++11" )
2526CHECK_INCLUDE_FILE_CXX(moveit/collision_detection/collision_env.h MOVEIT_MASTER)
2627if (NOT MOVEIT_MASTER)
2728 set (MOVEIT_MASTER 0)
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ endif ()
3636# check for MOVEIT_MASTER
3737include (CheckIncludeFileCXX)
3838set (CMAKE_REQUIRED_INCLUDES ${moveit_core_INCLUDE_DIRS} )
39+ set (CMAKE_REQUIRED_FLAGS "-std=c++11" )
3940CHECK_INCLUDE_FILE_CXX(moveit/collision_detection/collision_env.h MOVEIT_MASTER)
4041if (NOT MOVEIT_MASTER)
4142 set (MOVEIT_MASTER 0)
You can’t perform that action at this time.
0 commit comments