We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa97f7f commit e0ab730Copy full SHA for e0ab730
CMakeLists.txt
@@ -16,7 +16,7 @@ if(RERUN_FIND_PACKAGE)
16
else()
17
# Download the rerun_sdk
18
include(FetchContent)
19
- FetchContent_Declare(rerun_sdk URL ${RERUN_CPP_URL})
+ FetchContent_Declare(rerun_sdk URL "https://build.rerun.io/commit/94af081/rerun_cpp_sdk.zip") # TODO: update to released version
20
FetchContent_MakeAvailable(rerun_sdk)
21
endif()
22
0 commit comments