Skip to content

Commit

Permalink
Merge branch 'use_cxx_14' into 'master'
Browse files Browse the repository at this point in the history
Use C++14

See merge request dfki-planning/orogen-motion_planners!6
  • Loading branch information
Sankar Natarajan committed Jun 16, 2023
2 parents cf1cd8a + c020343 commit 39de233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PROJECT(motion_planners)
cmake_minimum_required(VERSION 2.6)
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14")
SET (CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/.orogen/config")
INCLUDE(motion_plannersBase)

Expand Down

0 comments on commit 39de233

Please sign in to comment.