File tree Expand file tree Collapse file tree 4 files changed +907
-62
lines changed Expand file tree Collapse file tree 4 files changed +907
-62
lines changed Original file line number Diff line number Diff line change 11
11
12
12
- uses : prefix-dev/setup-pixi@v0.3.0
13
13
with :
14
- pixi-version : v0.19.1
14
+ pixi-version : v0.25.0
15
15
cache : true
16
16
17
17
- run : pixi run build
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ if(NOT DEFINED CMAKE_CXX_STANDARD)
8
8
set (CMAKE_CXX_STANDARD 17)
9
9
endif ()
10
10
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." )
12
12
option (RERUN_FIND_PACKAGE "Whether to use find_package to find a preinstalled rerun package (instead of using FetchContent)." OFF )
13
13
14
14
if (RERUN_FIND_PACKAGE)
You can’t perform that action at this time.
0 commit comments