From af7eeafd0f60b8b568d44f537b0c4491cd9adfbd Mon Sep 17 00:00:00 2001 From: Sucan126 <632190820@qq.com> Date: Mon, 22 Sep 2025 15:55:19 +0800 Subject: [PATCH] build(CMake): Add status message for unitree_sdk2 detection - Included a status message to confirm the location of the found unitree_sdk2 during the CMake configuration process. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index a1b5f9c..e677276 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,6 +18,7 @@ if(NOT PahoMqttC_FOUND) endif() find_package(unitree_sdk2 REQUIRED) +message(STATUS "Found unitree_sdk2 in: ${unitree_sdk2_DIR}") # Include directories include_directories(