Skip to content

Commit 9ab3525

Browse files
authored
fixing issue #271
1 parent 4266c34 commit 9ab3525

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -405,8 +405,8 @@ Or you may want to retrieve the dependency automatically if you have a sufficien
405405
```cmake
406406
FetchContent_Declare(
407407
fast_float
408-
GIT_REPOSITORY https://github.com/lemire/fast_float.git
409-
GIT_TAG tags/v1.1.2
408+
GIT_REPOSITORY https://github.com/fastfloat/fast_float.git
409+
GIT_TAG tags/v6.1.6
410410
GIT_SHALLOW TRUE)
411411
412412
FetchContent_MakeAvailable(fast_float)
@@ -422,7 +422,7 @@ You may also use [CPM](https://github.com/cpm-cmake/CPM.cmake), like so:
422422
CPMAddPackage(
423423
NAME fast_float
424424
GITHUB_REPOSITORY "fastfloat/fast_float"
425-
GIT_TAG v6.1.4)
425+
GIT_TAG v6.1.6)
426426
```
427427

428428

0 commit comments

Comments
 (0)