Skip to content

Commit

Permalink
Merge pull request #12 from rerun-io/jleibs/release_0.10.0
Browse files Browse the repository at this point in the history
Use the 0.10.0 rerun_cpp_sdk.zip
  • Loading branch information
emilk authored Oct 30, 2023
2 parents 21789c5 + e0d34ef commit db5023f
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://build.rerun.io/commit/25dc50a/rerun_cpp_sdk.zip) # 2023-10-30
FetchContent_Declare(rerun_sdk URL https://github.com/rerun-io/rerun/releases/download/0.10.0/rerun_cpp_sdk.zip)
FetchContent_MakeAvailable(rerun_sdk)

find_package(Eigen3 REQUIRED)
Expand Down

0 comments on commit db5023f

Please sign in to comment.