Skip to content

Commit

Permalink
fixing issue #271
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire authored Oct 16, 2024
1 parent 4266c34 commit 9ab3525
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,8 +405,8 @@ Or you may want to retrieve the dependency automatically if you have a sufficien
```cmake
FetchContent_Declare(
fast_float
GIT_REPOSITORY https://github.com/lemire/fast_float.git
GIT_TAG tags/v1.1.2
GIT_REPOSITORY https://github.com/fastfloat/fast_float.git
GIT_TAG tags/v6.1.6
GIT_SHALLOW TRUE)
FetchContent_MakeAvailable(fast_float)
Expand All @@ -422,7 +422,7 @@ You may also use [CPM](https://github.com/cpm-cmake/CPM.cmake), like so:
CPMAddPackage(
NAME fast_float
GITHUB_REPOSITORY "fastfloat/fast_float"
GIT_TAG v6.1.4)
GIT_TAG v6.1.6)
```


Expand Down

0 comments on commit 9ab3525

Please sign in to comment.