Skip to content

Commit

Permalink
Update to 0.10.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Oct 30, 2023
1 parent 4004761 commit 21789c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ std::vector<Eigen::Vector3f> 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

Expand Down

0 comments on commit 21789c5

Please sign in to comment.