Skip to content

Commit

Permalink
Update to rerun 0.17 (#29)
Browse files Browse the repository at this point in the history
* Update to 0.17

* update ci pixi version
  • Loading branch information
Wumpf authored Aug 2, 2024
1 parent cae61c0 commit 3d087b9
Show file tree
Hide file tree
Showing 4 changed files with 907 additions and 62 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

- uses: prefix-dev/[email protected]
with:
pixi-version: v0.19.1
pixi-version: v0.25.0
cache: true

- run: pixi run build
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://github.com/rerun-io/rerun/releases/download/0.17.0/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 3d087b9

Please sign in to comment.