From 3bd0c01c6c76aaa865ad1301d9a06485d6f286a3 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Fri, 16 Jul 2021 09:38:05 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b163b32..ab6578a 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ Or you may want to retrieve the dependency automatically if you have a sufficien FetchContent_Declare( fast_float GIT_REPOSITORY https://github.com/lemire/fast_float.git - GIT_TAG origin/main + GIT_TAG tags/v1.1.2 GIT_SHALLOW TRUE) FetchContent_MakeAvailable(fast_float) @@ -140,6 +140,8 @@ target_link_libraries(myprogram PUBLIC fast_float) ``` +You should change the `GIT_TAG` line so that you recover the version you wish to use. + ## Using as single header The script `script/amalgamate.py` may be used to generate a single header