Skip to content

Commit 863ecb4

Browse files
committed
Revert old repo
1 parent 40d0f54 commit 863ecb4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

wibotic_connector_can/cmake/SuperBuild.cmake

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ include(ExternalProject)
1616

1717
ExternalProject_Add(
1818
uavcan
19-
GIT_REPOSITORY https://github.com/dronecan/libuavcan
20-
GIT_TAG main
19+
# Probable newer repo also will work: https://github.com/dronecan/libuavcan
20+
GIT_REPOSITORY https://github.com/OpenCyphal-Garage/libcyphal/
21+
GIT_TAG dcc3a4de237b7482e04543d2393c3a9385685312
2122
PREFIX uavcan
2223
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${CMAKE_BINARY_DIR}/uavcan)
2324

0 commit comments

Comments
 (0)