Skip to content

Commit

Permalink
chore(deps): bump rerun-sdk to v0.19.0 (#60)
Browse files Browse the repository at this point in the history
Signed-off-by: ktro2828 <[email protected]>
  • Loading branch information
ktro2828 authored Nov 14, 2024
1 parent ee514b4 commit 409777b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awviz_common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ament_auto_find_build_dependencies()

# -------- fetch contents --------
include(FetchContent)
FetchContent_Declare(rerun_sdk URL https://github.com/rerun-io/rerun/releases/download/0.18.0/rerun_cpp_sdk.zip)
FetchContent_Declare(rerun_sdk URL https://github.com/rerun-io/rerun/releases/download/0.19.0/rerun_cpp_sdk.zip)
FetchContent_MakeAvailable(rerun_sdk)
# Ensure rerun_sdk is compiled with -fPIC
set_target_properties(rerun_sdk PROPERTIES POSITION_INDEPENDENT_CODE ON)
Expand Down

0 comments on commit 409777b

Please sign in to comment.