We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21789c5 + e0d34ef commit db5023fCopy full SHA for db5023f
CMakeLists.txt
@@ -9,7 +9,7 @@ if(NOT DEFINED CMAKE_CXX_STANDARD)
9
endif()
10
11
include(FetchContent)
12
-FetchContent_Declare(rerun_sdk URL https://build.rerun.io/commit/25dc50a/rerun_cpp_sdk.zip) # 2023-10-30
+FetchContent_Declare(rerun_sdk URL https://github.com/rerun-io/rerun/releases/download/0.10.0/rerun_cpp_sdk.zip)
13
FetchContent_MakeAvailable(rerun_sdk)
14
15
find_package(Eigen3 REQUIRED)
0 commit comments