From 48762ffd63cd6bb6ee08b76c57d80d2af0ba2da4 Mon Sep 17 00:00:00 2001 From: Andreas Reich Date: Thu, 16 May 2024 14:40:42 +0200 Subject: [PATCH] Update to 0.16.0rc4 --- CMakeLists.txt | 2 +- pixi.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e1d254..0846530 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/pixi.toml b/pixi.toml index 5d448ce..59fdd8f 100644 --- a/pixi.toml +++ b/pixi.toml @@ -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: