We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b31201 commit b0aa0e2Copy full SHA for b0aa0e2
.gitignore
@@ -1,5 +1,6 @@
1
# Build directories
2
build_*
3
+build
4
5
# Pixi environment
6
.pixi
CMakeLists.txt
@@ -8,7 +8,7 @@ if(NOT DEFINED CMAKE_CXX_STANDARD)
8
set(CMAKE_CXX_STANDARD 17)
9
endif()
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.")
+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
option(RERUN_FIND_PACKAGE "Whether to use find_package to find a preinstalled rerun package (instead of using FetchContent)." OFF)
13
14
if(RERUN_FIND_PACKAGE)
0 commit comments