From d46c7789afc7d2f3555b5cb54c4171942de94f84 Mon Sep 17 00:00:00 2001 From: Blake McHale Date: Wed, 28 Jan 2026 11:33:53 -0800 Subject: [PATCH] Add ament_cmake as package in CMakelist Signed-off-by: Blake McHale --- greenwave_monitor/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/greenwave_monitor/CMakeLists.txt b/greenwave_monitor/CMakeLists.txt index 9135e8d..16bdd6c 100644 --- a/greenwave_monitor/CMakeLists.txt +++ b/greenwave_monitor/CMakeLists.txt @@ -20,6 +20,7 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang") endif() # find dependencies +find_package(ament_cmake REQUIRED) find_package(ament_cmake_auto REQUIRED) ament_auto_find_build_dependencies()