From 409777bab4db524ffef9c7a0a7835643f00a8a22 Mon Sep 17 00:00:00 2001 From: Kotaro Uetake <60615504+ktro2828@users.noreply.github.com> Date: Fri, 15 Nov 2024 03:47:21 +0900 Subject: [PATCH] chore(deps): bump `rerun-sdk` to `v0.19.0` (#60) Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp> --- awviz_common/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awviz_common/CMakeLists.txt b/awviz_common/CMakeLists.txt index 1f98bb9..56e1c01 100644 --- a/awviz_common/CMakeLists.txt +++ b/awviz_common/CMakeLists.txt @@ -23,7 +23,7 @@ ament_auto_find_build_dependencies() # -------- fetch contents -------- include(FetchContent) -FetchContent_Declare(rerun_sdk URL https://github.com/rerun-io/rerun/releases/download/0.18.0/rerun_cpp_sdk.zip) +FetchContent_Declare(rerun_sdk URL https://github.com/rerun-io/rerun/releases/download/0.19.0/rerun_cpp_sdk.zip) FetchContent_MakeAvailable(rerun_sdk) # Ensure rerun_sdk is compiled with -fPIC set_target_properties(rerun_sdk PROPERTIES POSITION_INDEPENDENT_CODE ON)