diff --git a/CMakeLists.txt b/CMakeLists.txt index 4286745..9196e3d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,6 +21,7 @@ find_package(ament_cmake_vendor_package REQUIRED) find_package(ament_cmake_export_dependencies REQUIRED) find_package(gz_cmake_vendor REQUIRED) +find_package(spdlog_vendor REQUIRED) # Set the VERSION_MATCH to "EXACT" by default, but relax the requirement # if we are users are building from source (determined by the diff --git a/package.xml b/package.xml index 81050e0..c83a168 100644 --- a/package.xml +++ b/package.xml @@ -24,8 +24,8 @@ ament_cmake_test ament_cmake_vendor_package - spdlog - spdlog + spdlog_vendor + spdlog_vendor gz_cmake_vendor