Skip to content

Commit

Permalink
Fix typo in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
oclero committed Jun 25, 2024
1 parent 5b2557f commit fb09a08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

```bash
include(FetchContent)
FetchContent_Declare(QtUpdater GIT_REPOSITORY "https://github.com/oclero/qtupdater.git")
FetchContent_MakeAvailable(QtUpdater)
FetchContent_Declare(Qlementine GIT_REPOSITORY "https://github.com/oclero/qlementine.git")
FetchContent_MakeAvailable(Qlementine)
```

2. Link with the library in CMake.
Expand Down

0 comments on commit fb09a08

Please sign in to comment.