1
0
Fork 0
mirror of https://github.com/Neargye/magic_enum.git synced 2026-01-09 23:34:23 +00:00

Fix GIT_TAG for CMake's CPAMAddPackage

This commit is contained in:
Flinner 2025-06-13 17:48:49 +03:00 committed by GitHub
parent a733a2ea66
commit 6e2f17ffbd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -320,7 +320,7 @@ If you like this project, please consider donating to one of the funds that help
CPMAddPackage(
NAME 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.
)
```