We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4266c34 commit 9ab3525Copy full SHA for 9ab3525
README.md
@@ -405,8 +405,8 @@ Or you may want to retrieve the dependency automatically if you have a sufficien
405
```cmake
406
FetchContent_Declare(
407
fast_float
408
- GIT_REPOSITORY https://github.com/lemire/fast_float.git
409
- GIT_TAG tags/v1.1.2
+ GIT_REPOSITORY https://github.com/fastfloat/fast_float.git
+ GIT_TAG tags/v6.1.6
410
GIT_SHALLOW TRUE)
411
412
FetchContent_MakeAvailable(fast_float)
@@ -422,7 +422,7 @@ You may also use [CPM](https://github.com/cpm-cmake/CPM.cmake), like so:
422
CPMAddPackage(
423
NAME fast_float
424
GITHUB_REPOSITORY "fastfloat/fast_float"
425
- GIT_TAG v6.1.4)
+ GIT_TAG v6.1.6)
426
```
427
428
0 commit comments