Skip to content

Commit 4a26520

Browse files
committed
Correct git url
1 parent 1ff1847 commit 4a26520

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ include(FetchContent)
7373
7474
FetchContent_Declare(
7575
libtrace
76-
GIT_REPOSITORY <todo>
77-
GIT_TAG <todo>
76+
GIT_REPOSITORY https://github.com/orbcode/libtrace.git
77+
GIT_TAG v0.1.0
7878
)
7979
FetchContent_MakeAvailable(libtrace)
8080
```

0 commit comments

Comments
 (0)