From 6e2f17ffbdd9ab78f06cb789c99035f4e83b4819 Mon Sep 17 00:00:00 2001 From: Flinner Date: Fri, 13 Jun 2025 17:48:49 +0300 Subject: [PATCH] Fix GIT_TAG for CMake's `CPAMAddPackage` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d39913..0d472a0 100644 --- a/README.md +++ b/README.md @@ -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. ) ```