From 55658151e3cfe8731ef3c46c0fa829dddec7cf00 Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Fri, 11 Oct 2024 15:17:37 -0700 Subject: [PATCH] fix custom sensor system example build (#2649) Signed-off-by: Ian Chen --- examples/plugin/custom_sensor_system/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/plugin/custom_sensor_system/CMakeLists.txt b/examples/plugin/custom_sensor_system/CMakeLists.txt index 47e398c64d..6aef7ce712 100644 --- a/examples/plugin/custom_sensor_system/CMakeLists.txt +++ b/examples/plugin/custom_sensor_system/CMakeLists.txt @@ -20,7 +20,7 @@ include(FetchContent) FetchContent_Declare( sensors_clone GIT_REPOSITORY https://github.com/gazebosim/gz-sensors - GIT_TAG main + GIT_TAG gz-sensors${GZ_SENSORS_VER} ) FetchContent_Populate(sensors_clone) add_subdirectory(${sensors_clone_SOURCE_DIR}/examples/custom_sensor ${sensors_clone_BINARY_DIR})