Skip to content

Commit 71d034f

Browse files
authored
Update for 0.18.0 (#31)
Update for 0.18
1 parent b48c1c7 commit 71d034f

File tree

4 files changed

+292
-230
lines changed

4 files changed

+292
-230
lines changed

Diff for: 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.17.0/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.18.2/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)