Skip to content

Commit b0aa0e2

Browse files
committed
Update to Rerun 0.21
1 parent 3b31201 commit b0aa0e2

File tree

4 files changed

+7374
-13371
lines changed

4 files changed

+7374
-13371
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Build directories
22
build_*
3+
build
34

45
# Pixi environment
56
.pixi

CMakeLists.txt

+1-1
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.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.")
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)