Skip to content

Commit 8a84d4b

Browse files
committed
Rerun 0.22
1 parent 7a483f9 commit 8a84d4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

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

1111
# Rerun:
1212
include(FetchContent)
13-
FetchContent_Declare(rerun_sdk URL https://github.com/rerun-io/rerun/releases/download/0.21.0/rerun_cpp_sdk.zip)
13+
# FetchContent_Declare(rerun_sdk URL https://github.com/rerun-io/rerun/releases/download/0.22.0/rerun_cpp_sdk.zip)
14+
FetchContent_Declare(rerun_sdk URL https://build.rerun.io/commit/42e47cd/rerun_cpp_sdk.zip)
1415
FetchContent_MakeAvailable(rerun_sdk)
1516

1617
# VRS:

0 commit comments

Comments
 (0)