Skip to content

Commit e0ab730

Browse files
committed
update Rerun to 0.24
1 parent aa97f7f commit e0ab730

File tree

3 files changed

+84
-822
lines changed

3 files changed

+84
-822
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if(RERUN_FIND_PACKAGE)
1616
else()
1717
# Download the rerun_sdk
1818
include(FetchContent)
19-
FetchContent_Declare(rerun_sdk URL ${RERUN_CPP_URL})
19+
FetchContent_Declare(rerun_sdk URL "https://build.rerun.io/commit/94af081/rerun_cpp_sdk.zip") # TODO: update to released version
2020
FetchContent_MakeAvailable(rerun_sdk)
2121
endif()
2222

0 commit comments

Comments
 (0)