Skip to content

Commit

Permalink
Set cxx standard to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
mosfet80 authored and saikishor committed Nov 7, 2024
1 parent 4a4005d commit 24c3d1e
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
Expand Up @@ -26,7 +26,7 @@ project(backward_ros)
include(cmake/BackwardConfig.cmake)

set(CMAKE_CXX_STANDARD_REQUIRED True)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD 14)

###############################################################################
# COMPILER FLAGS
Expand Down

0 comments on commit 24c3d1e

Please sign in to comment.