1
0
Fork 0
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:
Flinner 2025-06-24 16:11:50 +03:00 committed by GitHub
parent a733a2ea66
commit be00112dda
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.
)
```