Skip to content

Commit 889b5c2

Browse files
committed
final release
1 parent d949298 commit 889b5c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ endif()
1010

1111
# Rerun:
1212
include(FetchContent)
13-
FetchContent_Declare(rerun_sdk URL https://build.rerun.io/commit/dd025f1/rerun_cpp_sdk.zip )
13+
FetchContent_Declare(rerun_sdk URL https://github.com/rerun-io/rerun/releases/download/0.21.0/rerun_cpp_sdk.zip)
1414
FetchContent_MakeAvailable(rerun_sdk)
1515

1616
# VRS:

0 commit comments

Comments
 (0)