File tree Expand file tree Collapse file tree 5 files changed +7375
-13372
lines changed Expand file tree Collapse file tree 5 files changed +7375
-13372
lines changed Original file line number Diff line number Diff line change 1111
1212 -
uses :
prefix-dev/[email protected] 1313 with :
14- pixi-version : v0.26.1
14+ pixi-version : v0.40.3
1515 cache : true
1616
1717 - name : run build task on all environments
Original file line number Diff line number Diff line change 11# Build directories
22build_ *
3+ build
34
45# Pixi environment
56.pixi
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ if(NOT DEFINED CMAKE_CXX_STANDARD)
88 set (CMAKE_CXX_STANDARD 17)
99endif ()
1010
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." )
1212option (RERUN_FIND_PACKAGE "Whether to use find_package to find a preinstalled rerun package (instead of using FetchContent)." OFF )
1313
1414if (RERUN_FIND_PACKAGE)
You can’t perform that action at this time.
0 commit comments