Skip to content

Commit

Permalink
Update for 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Oct 2, 2024
1 parent b48c1c7 commit dec2384
Show file tree
Hide file tree
Showing 4 changed files with 292 additions and 230 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if(NOT DEFINED CMAKE_CXX_STANDARD)
set(CMAKE_CXX_STANDARD 17)
endif()

set(RERUN_CPP_URL "https://github.com/rerun-io/rerun/releases/download/0.17.0/rerun_cpp_sdk.zip" CACHE STRING "URL to the rerun_cpp zip.")
set(RERUN_CPP_URL "https://github.com/rerun-io/rerun/releases/download/0.18.2/rerun_cpp_sdk.zip" CACHE STRING "URL to the rerun_cpp zip.")
option(RERUN_FIND_PACKAGE "Whether to use find_package to find a preinstalled rerun package (instead of using FetchContent)." OFF)

if(RERUN_FIND_PACKAGE)
Expand Down
Loading

0 comments on commit dec2384

Please sign in to comment.