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.
This commit is contained in:
@@ -18,6 +18,7 @@ if(NOT PahoMqttC_FOUND)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
find_package(unitree_sdk2 REQUIRED)
|
find_package(unitree_sdk2 REQUIRED)
|
||||||
|
message(STATUS "Found unitree_sdk2 in: ${unitree_sdk2_DIR}")
|
||||||
|
|
||||||
# Include directories
|
# Include directories
|
||||||
include_directories(
|
include_directories(
|
||||||
|
|||||||
Reference in New Issue
Block a user