File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ if(NOT DEFINED CMAKE_CXX_STANDARD)
9
9
endif ()
10
10
11
11
include (FetchContent )
12
- FetchContent_Declare (rerun_sdk URL https://build.rerun.io/commit/b7f404a /rerun_cpp_sdk.zip ) # 2023-10-29
12
+ FetchContent_Declare (rerun_sdk URL https://build.rerun.io/commit/25dc50a /rerun_cpp_sdk.zip ) # 2023-10-30
13
13
FetchContent_MakeAvailable (rerun_sdk )
14
14
15
15
find_package (Eigen3 REQUIRED )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ std::vector<Eigen::Vector3f> generate_random_points_vector(int num_points) {
20
20
21
21
int main () {
22
22
auto rec = rerun::RecordingStream (" rerun_example_cpp" );
23
- rec.connect ().throw_on_failure ();
23
+ rec.spawn ().throw_on_failure ();
24
24
25
25
rec.log_timeless (" world" , rerun::ViewCoordinates::RIGHT_HAND_Z_UP); // Set an up-axis
26
26
You can’t perform that action at this time.
0 commit comments