Skip to content

Uniform cmake minVersion #849

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: rolling
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rosidl_adapter/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.12)
cmake_minimum_required(VERSION 3.20)

project(rosidl_adapter NONE)

Expand Down
2 changes: 1 addition & 1 deletion rosidl_cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.20)

project(rosidl_cmake NONE)

Expand Down
2 changes: 1 addition & 1 deletion rosidl_generator_c/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.12)
cmake_minimum_required(VERSION 3.20)

project(rosidl_generator_c C)

Expand Down
2 changes: 1 addition & 1 deletion rosidl_generator_cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.12)
cmake_minimum_required(VERSION 3.20)

project(rosidl_generator_cpp)

Expand Down
2 changes: 1 addition & 1 deletion rosidl_generator_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.8)
cmake_minimum_required(VERSION 3.20)
project(rosidl_generator_tests)

# Default to C++17
Expand Down
2 changes: 1 addition & 1 deletion rosidl_generator_type_description/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.12)
cmake_minimum_required(VERSION 3.20)

project(rosidl_generator_type_description)

Expand Down
2 changes: 1 addition & 1 deletion rosidl_parser/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.20)

project(rosidl_parser NONE)

Expand Down
2 changes: 1 addition & 1 deletion rosidl_runtime_c/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.20)

project(rosidl_runtime_c C)

Expand Down
2 changes: 1 addition & 1 deletion rosidl_runtime_cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.20)

project(rosidl_runtime_cpp)

Expand Down
2 changes: 1 addition & 1 deletion rosidl_typesupport_interface/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.20)

project(rosidl_typesupport_interface NONE)

Expand Down
2 changes: 1 addition & 1 deletion rosidl_typesupport_introspection_c/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.12)
cmake_minimum_required(VERSION 3.20)

project(rosidl_typesupport_introspection_c C)

Expand Down
2 changes: 1 addition & 1 deletion rosidl_typesupport_introspection_cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.12)
cmake_minimum_required(VERSION 3.20)

project(rosidl_typesupport_introspection_cpp)

Expand Down
2 changes: 1 addition & 1 deletion rosidl_typesupport_introspection_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.8)
cmake_minimum_required(VERSION 3.20)
project(rosidl_typesupport_introspection_tests)

find_package(ament_cmake REQUIRED)
Expand Down