Skip to content

Commit f05029b

Browse files
authored
Update compile requirements
Humble Hawksbill (May 2022 - May 2027) : https://www.ros.org/reps/rep-2000.html requirements: Cxx standard 17 min cmake 3.14.4
1 parent 633d83e commit f05029b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

angles/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
cmake_minimum_required(VERSION 3.5)
1+
cmake_minimum_required(VERSION 3.14.4)
22
project(angles)
33

4-
# Default to C++14
4+
# Default to C++17
55
if(NOT CMAKE_CXX_STANDARD)
6-
set(CMAKE_CXX_STANDARD 14)
6+
set(CMAKE_CXX_STANDARD 17)
77
endif()
88
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
99
# we dont use add_compile_options with pedantic in message packages

0 commit comments

Comments
 (0)