Skip to content

Commit

Permalink
change rerun to 0.20rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Dec 17, 2024
1 parent 3b31201 commit 7ee544e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if(NOT DEFINED CMAKE_CXX_STANDARD)
set(CMAKE_CXX_STANDARD 17)
endif()

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://build.rerun.io/commit/d133bd3/rerun_cpp_sdk.zip" CACHE STRING "URL to the rerun_cpp zip.")
option(RERUN_FIND_PACKAGE "Whether to use find_package to find a preinstalled rerun package (instead of using FetchContent)." OFF)

if(RERUN_FIND_PACKAGE)
Expand Down

0 comments on commit 7ee544e

Please sign in to comment.