Skip to content

Commit 7ee544e

Browse files
committed
change rerun to 0.20rc2
1 parent 3b31201 commit 7ee544e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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://build.rerun.io/commit/d133bd3/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)