We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a483f9 commit 8a84d4bCopy full SHA for 8a84d4b
CMakeLists.txt
@@ -10,7 +10,8 @@ endif()
10
11
# Rerun:
12
include(FetchContent)
13
-FetchContent_Declare(rerun_sdk URL https://github.com/rerun-io/rerun/releases/download/0.21.0/rerun_cpp_sdk.zip)
+# 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)
15
FetchContent_MakeAvailable(rerun_sdk)
16
17
# VRS:
0 commit comments