We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d949298 commit 889b5c2Copy full SHA for 889b5c2
CMakeLists.txt
@@ -10,7 +10,7 @@ endif()
10
11
# Rerun:
12
include(FetchContent)
13
-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)
14
FetchContent_MakeAvailable(rerun_sdk)
15
16
# VRS:
0 commit comments