We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ff1847 commit 4a26520Copy full SHA for 4a26520
1 file changed
README.md
@@ -73,8 +73,8 @@ include(FetchContent)
73
74
FetchContent_Declare(
75
libtrace
76
- GIT_REPOSITORY <todo>
77
- GIT_TAG <todo>
+ GIT_REPOSITORY https://github.com/orbcode/libtrace.git
+ GIT_TAG v0.1.0
78
)
79
FetchContent_MakeAvailable(libtrace)
80
```
0 commit comments