diff --git a/CMakeLists.txt b/CMakeLists.txt index b04ba9f..6424a81 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ if(NOT DEFINED CMAKE_CXX_STANDARD) endif() include(FetchContent) -FetchContent_Declare(rerun_sdk URL https://build.rerun.io/commit/b7f404a/rerun_cpp_sdk.zip) # 2023-10-29 +FetchContent_Declare(rerun_sdk URL https://build.rerun.io/commit/25dc50a/rerun_cpp_sdk.zip) # 2023-10-30 FetchContent_MakeAvailable(rerun_sdk) find_package(Eigen3 REQUIRED) diff --git a/src/main.cpp b/src/main.cpp index 6adacaa..dcc4ac2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -20,7 +20,7 @@ std::vector generate_random_points_vector(int num_points) { int main() { auto rec = rerun::RecordingStream("rerun_example_cpp"); - rec.connect().throw_on_failure(); + rec.spawn().throw_on_failure(); rec.log_timeless("world", rerun::ViewCoordinates::RIGHT_HAND_Z_UP); // Set an up-axis