diff --git a/nebula_common/CMakeLists.txt b/nebula_common/CMakeLists.txt index a8bc0aa32..4c146736c 100644 --- a/nebula_common/CMakeLists.txt +++ b/nebula_common/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.10) +cmake_minimum_required(VERSION 3.14) project(nebula_common) find_package(ament_cmake_auto REQUIRED) diff --git a/nebula_decoders/CMakeLists.txt b/nebula_decoders/CMakeLists.txt index 0a22b5f6c..e9b35101c 100644 --- a/nebula_decoders/CMakeLists.txt +++ b/nebula_decoders/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.10) +cmake_minimum_required(VERSION 3.14) project(nebula_decoders) find_package(ament_cmake_auto REQUIRED) diff --git a/nebula_examples/CMakeLists.txt b/nebula_examples/CMakeLists.txt index 84307e83e..774580c04 100644 --- a/nebula_examples/CMakeLists.txt +++ b/nebula_examples/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.14) project(nebula_examples) # Default to C++17 diff --git a/nebula_hw_interfaces/CMakeLists.txt b/nebula_hw_interfaces/CMakeLists.txt index 09accf3c1..23d8a52bf 100644 --- a/nebula_hw_interfaces/CMakeLists.txt +++ b/nebula_hw_interfaces/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.10) +cmake_minimum_required(VERSION 3.14) project(nebula_hw_interfaces) find_package(ament_cmake_auto REQUIRED) diff --git a/nebula_messages/pandar_msgs/CMakeLists.txt b/nebula_messages/pandar_msgs/CMakeLists.txt index 94462b301..72c04f9b8 100644 --- a/nebula_messages/pandar_msgs/CMakeLists.txt +++ b/nebula_messages/pandar_msgs/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.14) project(pandar_msgs) if (NOT CMAKE_CXX_STANDARD) diff --git a/nebula_ros/CMakeLists.txt b/nebula_ros/CMakeLists.txt index 61c487595..ea5b0d93d 100644 --- a/nebula_ros/CMakeLists.txt +++ b/nebula_ros/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.10) +cmake_minimum_required(VERSION 3.14) project(nebula_ros) find_package(ament_cmake_auto REQUIRED) diff --git a/nebula_sensor_driver/CMakeLists.txt b/nebula_sensor_driver/CMakeLists.txt index 8437d3b45..f9a39ac72 100644 --- a/nebula_sensor_driver/CMakeLists.txt +++ b/nebula_sensor_driver/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.14) project(nebula_sensor_driver) find_package(ament_cmake REQUIRED) diff --git a/nebula_tests/CMakeLists.txt b/nebula_tests/CMakeLists.txt index bd58aa6fc..4a290c6ff 100644 --- a/nebula_tests/CMakeLists.txt +++ b/nebula_tests/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.10) +cmake_minimum_required(VERSION 3.14) project(nebula_tests) find_package(ament_cmake_auto REQUIRED)