From a01e2faf9b37a187a73bfefdf45f3564664ed7f4 Mon Sep 17 00:00:00 2001 From: David Wong <33114676+drwnz@users.noreply.github.com> Date: Fri, 17 Nov 2023 01:17:28 +0900 Subject: [PATCH] chore: update cmake versions to remove build warning (#97) Signed-off-by: David Wong --- nebula_common/CMakeLists.txt | 2 +- nebula_decoders/CMakeLists.txt | 2 +- nebula_examples/CMakeLists.txt | 2 +- nebula_hw_interfaces/CMakeLists.txt | 2 +- nebula_messages/pandar_msgs/CMakeLists.txt | 2 +- nebula_ros/CMakeLists.txt | 2 +- nebula_sensor_driver/CMakeLists.txt | 2 +- nebula_tests/CMakeLists.txt | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) 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)