We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40d0f54 commit 863ecb4Copy full SHA for 863ecb4
wibotic_connector_can/cmake/SuperBuild.cmake
@@ -16,8 +16,9 @@ include(ExternalProject)
16
17
ExternalProject_Add(
18
uavcan
19
- GIT_REPOSITORY https://github.com/dronecan/libuavcan
20
- GIT_TAG main
+ # Probable newer repo also will work: https://github.com/dronecan/libuavcan
+ GIT_REPOSITORY https://github.com/OpenCyphal-Garage/libcyphal/
21
+ GIT_TAG dcc3a4de237b7482e04543d2393c3a9385685312
22
PREFIX uavcan
23
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${CMAKE_BINARY_DIR}/uavcan)
24
0 commit comments