Skip to content

Commit

Permalink
Update CMake reference to CAN Stack
Browse files Browse the repository at this point in the history
  • Loading branch information
ad3154 committed Oct 13, 2024
1 parent 418d99b commit c10bd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindCAN_Stack.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include(FetchContent)
FetchContent_Declare(
CAN_Stack
GIT_REPOSITORY https://github.com/Open-Agriculture/AgIsoStack-plus-plus.git
GIT_TAG vt-server-managed-working-set
GIT_TAG 29dab887a48bb204aae983b06052d52b0f2314d5
)
FetchContent_MakeAvailable(CAN_Stack)
endif()

0 comments on commit c10bd18

Please sign in to comment.