Skip to content

Commit

Permalink
Update to 0.16.0rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed May 16, 2024
1 parent cae61c0 commit 48762ff
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 @@ -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.15.1/rerun_cpp_sdk.zip" CACHE STRING "URL to the rerun_cpp zip.")
set(RERUN_CPP_URL "https://build.rerun.io/commit/359c2cd/rerun_cpp_sdk.zip" CACHE STRING "URL to the rerun_cpp zip.") # TODO: "https://github.com/rerun-io/rerun/releases/download/0.16.0/rerun_cpp_sdk.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
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ eigen = "3.4.0.*"
opencv = "4.8.1.*"
# Installs the Rerun Python SDK so the user doesn't have to download & install rerun-cli manually.
# TODO(jleibs): In the future we'll want to use a rerun-cli package that only contains the CLI.
rerun-sdk = "0.15.1"
rerun-sdk = "0.15.1" # TODO: change this to 0.16.0

[target.unix.dependencies]
# Build tools:
Expand Down

0 comments on commit 48762ff

Please sign in to comment.