From be00112dda83d3bf4f0d06f0971cfd877388a643 Mon Sep 17 00:00:00 2001 From: Flinner Date: Tue, 24 Jun 2025 16:11:50 +0300 Subject: [PATCH] Fix GIT_TAG for CMake's `CPAMAddPackage` (#416) --- 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. ) ```