Skip to content

Commit

Permalink
Merge pull request #16 from rerun-io/update-0.10.1
Browse files Browse the repository at this point in the history
Update to rerun sdk 0.10.1
  • Loading branch information
Wumpf authored Nov 2, 2023
2 parents cf2d282 + c0b7e0c commit b7439e0
Showing 1 changed file with 1 addition and 1 deletion.
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://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)
FetchContent_MakeAvailable(rerun_sdk)

find_package(Eigen3 REQUIRED)
Expand Down

0 comments on commit b7439e0

Please sign in to comment.