From 889b5c27aa978c5e08e79a39544f90856d27d90c Mon Sep 17 00:00:00 2001 From: Clement Rey Date: Wed, 18 Dec 2024 16:21:41 +0100 Subject: [PATCH] final release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f823c91..0f45c56 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ endif() # Rerun: include(FetchContent) -FetchContent_Declare(rerun_sdk URL https://build.rerun.io/commit/dd025f1/rerun_cpp_sdk.zip ) +FetchContent_Declare(rerun_sdk URL https://github.com/rerun-io/rerun/releases/download/0.21.0/rerun_cpp_sdk.zip) FetchContent_MakeAvailable(rerun_sdk) # VRS: