We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b31201 commit 7ee544eCopy full SHA for 7ee544e
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://build.rerun.io/commit/d133bd3/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