mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-08 23:24:20 +00:00
Fix GIT_TAG for CMake's CPAMAddPackage (#416)
This commit is contained in:
parent
a733a2ea66
commit
be00112dda
1 changed files with 1 additions and 1 deletions
|
|
@ -320,7 +320,7 @@ If you like this project, please consider donating to one of the funds that help
|
||||||
CPMAddPackage(
|
CPMAddPackage(
|
||||||
NAME magic_enum
|
NAME magic_enum
|
||||||
GITHUB_REPOSITORY Neargye/magic_enum
|
GITHUB_REPOSITORY Neargye/magic_enum
|
||||||
GIT_TAG x.y.z # Where `x.y.z` is the release version you want to use.
|
GIT_TAG vx.y.z # Where `x.y.z` is the release version you want to use.
|
||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue