Skip to content

Commit

Permalink
Changed to C++14 for Ubuntu 20.04 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
david-alejo committed Jul 13, 2022
1 parent ca4c6eb commit ef787c9
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 @@ -8,7 +8,7 @@ add_compile_options(-O3 -march=native -mtune=native -mavx -mavx2 -mfma -fopenmp-
## Find catkin macros and libraries
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
## is used, also find other catkin packages
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD 14)
find_package(catkin REQUIRED COMPONENTS
roscpp
std_msgs
Expand Down

0 comments on commit ef787c9

Please sign in to comment.