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 cf2d282 + c0b7e0c commit b7439e0Copy full SHA for b7439e0
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://github.com/rerun-io/rerun/releases/download/0.10.0/rerun_cpp_sdk.zip)
+FetchContent_Declare(rerun_sdk URL https://github.com/rerun-io/rerun/releases/download/0.10.1/rerun_cpp_sdk.zip)
13
FetchContent_MakeAvailable(rerun_sdk)
14
15
find_package(Eigen3 REQUIRED)
0 commit comments