Skip to content

Commit 3bd0c01

Browse files
authored
Update README.md
1 parent 33f3d90 commit 3bd0c01

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,16 @@ Or you may want to retrieve the dependency automatically if you have a sufficien
132132
FetchContent_Declare(
133133
fast_float
134134
GIT_REPOSITORY https://github.com/lemire/fast_float.git
135-
GIT_TAG origin/main
135+
GIT_TAG tags/v1.1.2
136136
GIT_SHALLOW TRUE)
137137
138138
FetchContent_MakeAvailable(fast_float)
139139
target_link_libraries(myprogram PUBLIC fast_float)
140140
141141
```
142142

143+
You should change the `GIT_TAG` line so that you recover the version you wish to use.
144+
143145
## Using as single header
144146

145147
The script `script/amalgamate.py` may be used to generate a single header

0 commit comments

Comments
 (0)