diff --git a/awviz_common/CMakeLists.txt b/awviz_common/CMakeLists.txt index 47c6091..068a89d 100644 --- a/awviz_common/CMakeLists.txt +++ b/awviz_common/CMakeLists.txt @@ -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/latest/download/rerun_cpp_sdk.zip) +FetchContent_Declare(rerun_sdk URL https://github.com/rerun-io/rerun/releases/download/0.17.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)