We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf2d282 commit c0b7e0cCopy full SHA for c0b7e0c
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