Skip to content

Commit 3d087b9

Browse files
authored
Update to rerun 0.17 (#29)
* Update to 0.17 * update ci pixi version
1 parent cae61c0 commit 3d087b9

File tree

4 files changed

+907
-62
lines changed

4 files changed

+907
-62
lines changed

.github/workflows/cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
- uses: prefix-dev/[email protected]
1313
with:
14-
pixi-version: v0.19.1
14+
pixi-version: v0.25.0
1515
cache: true
1616

1717
- run: pixi run build

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if(NOT DEFINED CMAKE_CXX_STANDARD)
88
set(CMAKE_CXX_STANDARD 17)
99
endif()
1010

11-
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.")
11+
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.")
1212
option(RERUN_FIND_PACKAGE "Whether to use find_package to find a preinstalled rerun package (instead of using FetchContent)." OFF)
1313

1414
if(RERUN_FIND_PACKAGE)

0 commit comments

Comments
 (0)