-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,7 +65,7 @@ include(FetchContent) | |
FetchContent_Declare(upa | ||
GIT_REPOSITORY https://github.com/upa-url/upa.git | ||
GIT_SHALLOW TRUE | ||
GIT_TAG v1.0.1 | ||
GIT_TAG v1.0.2 | ||
) | ||
FetchContent_MakeAvailable(upa) | ||
... | ||
|
@@ -77,7 +77,7 @@ target_link_libraries(exe-target PRIVATE upa::url) | |
If you are using the [CPM.cmake script](https://github.com/cpm-cmake/CPM.cmake) and have included it in your `CMakeLists.txt`, then: | ||
|
||
```cmake | ||
CPMAddPackage("gh:upa-url/[email protected].1") | ||
CPMAddPackage("gh:upa-url/[email protected].2") | ||
... | ||
target_link_libraries(exe-target PRIVATE upa::url) | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters