Skip to content

Commit

Permalink
Merge branch 'main' into at128_top_of_second_diag
Browse files Browse the repository at this point in the history
  • Loading branch information
mojomex authored Nov 17, 2023
2 parents 602add0 + a01e2fa commit a0b14d4
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 8 deletions.
3 changes: 2 additions & 1 deletion nebula_common/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -29,6 +29,7 @@ endif()

include_directories(
include
SYSTEM
${YAML_CPP_INCLUDE_DIRS}
${PCL_INCLUDE_DIRS}
${PCL_COMMON_INCLUDE_DIRS}
Expand Down
3 changes: 2 additions & 1 deletion nebula_decoders/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -21,6 +21,7 @@ find_package(nebula_common REQUIRED)

include_directories(
include
SYSTEM
${YAML_CPP_INCLUDE_DIRS}
${PCL_INCLUDE_DIRS}
${PCL_COMMON_INCLUDE_DIRS}
Expand Down
3 changes: 2 additions & 1 deletion nebula_examples/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.14)
project(nebula_examples)

# Default to C++17
Expand All @@ -23,6 +23,7 @@ ament_auto_find_build_dependencies()

include_directories(
include
SYSTEM
${YAML_CPP_INCLUDE_DIRS}
${PCL_INCLUDE_DIRS}
${PCL_COMMON_INCLUDE_DIRS}
Expand Down
3 changes: 2 additions & 1 deletion nebula_hw_interfaces/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -19,6 +19,7 @@ endif ()

include_directories(
include
SYSTEM
${YAML_CPP_INCLUDE_DIRS}
${PCL_INCLUDE_DIRS}
${PCL_COMMON_INCLUDE_DIRS}
Expand Down
2 changes: 1 addition & 1 deletion nebula_messages/pandar_msgs/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.14)
project(pandar_msgs)

if (NOT CMAKE_CXX_STANDARD)
Expand Down
3 changes: 2 additions & 1 deletion nebula_ros/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -25,6 +25,7 @@ find_package(yaml-cpp REQUIRED)

include_directories(
include
SYSTEM
${YAML_CPP_INCLUDE_DIRS}
${PCL_INCLUDE_DIRS}
${PCL_COMMON_INCLUDE_DIRS}
Expand Down
2 changes: 1 addition & 1 deletion nebula_sensor_driver/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.14)
project(nebula_sensor_driver)

find_package(ament_cmake REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion nebula_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit a0b14d4

Please sign in to comment.