Skip to content

Commit 42a0cde

Browse files
.
1 parent 2c86014 commit 42a0cde

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

cmake/libsocketcan.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ FetchContent_Declare(
22
libsocketcan
33
GIT_REPOSITORY https://github.com/linux-can/libsocketcan.git
44
GIT_TAG v0.0.12
5-
DOWNLOAD_EXTRACT_TIMESTAMP True
65
)
76

87
FetchContent_MakeAvailable(libsocketcan)

cmake/logit.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FetchContent_Declare(
22
LogIt
33
GIT_REPOSITORY https://github.com/quasar-team/LogIt.git
4-
GIT_TAG master
4+
GIT_TAG migration-new-pipeline
55
DOWNLOAD_EXTRACT_TIMESTAMP True
66
)
77
FetchContent_MakeAvailable(LogIt)

0 commit comments

Comments
 (0)