File tree 5 files changed +7375
-13372
lines changed
5 files changed +7375
-13372
lines changed Original file line number Diff line number Diff line change 11
11
12
12
- uses : prefix-dev/setup-pixi@v0.8.1
13
13
with :
14
- pixi-version : v0.26.1
14
+ pixi-version : v0.40.3
15
15
cache : true
16
16
17
17
- name : run build task on all environments
Original file line number Diff line number Diff line change 1
1
# Build directories
2
2
build_ *
3
+ build
3
4
4
5
# Pixi environment
5
6
.pixi
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.18.2 /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.21.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