Conversation
|
|
||
| ```cmake | ||
| include(FetchContent) | ||
| FetchContent_Declare(rerun_sdk URL https://build.rerun.io/commit/06dd483/rerun_cpp_sdk.zip) # 2023-10-20 |
There was a problem hiding this comment.
Obviously we'll have to update this before the release. I've added a TODO to #3962
|
|
||
| ```cmake | ||
| include(FetchContent) | ||
| FetchContent_Declare(rerun_sdk URL https://build.rerun.io/commit/06dd483/rerun_cpp_sdk.zip) # 2023-10-20 |
There was a problem hiding this comment.
| FetchContent_Declare(rerun_sdk URL https://build.rerun.io/commit/06dd483/rerun_cpp_sdk.zip) # 2023-10-20 | |
| FetchContent_Declare(rerun_sdk URL https://github.com/rerun-io/rerun/releases/latest/download/rerun_cpp_sdk.zip) |
There was a problem hiding this comment.
Yeah it will 404 until we have a cpp release. We can ship an rc1 tomorrow I guess?
There was a problem hiding this comment.
I've temporarily added the C++ sdk as an asset of the 0.9.1 release so we can test our links.
There was a problem hiding this comment.
'latest' is actually a bad idea for a users's cmake script. Because then it auto-updates when we bring out a new latest
There was a problem hiding this comment.
https://github.com/rerun-io/rerun/releases/download/0.10.0/rerun_cpp_sdk.zip then
Wumpf
left a comment
There was a problem hiding this comment.
nice! Finally some sane getting started documentation \o/
Co-authored-by: Andreas Reich <andreas@rerun.io>
Co-authored-by: Andreas Reich <andreas@rerun.io>
Co-authored-by: Andreas Reich <andreas@rerun.io>
What
Checklist