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 33f3d90 commit 3bd0c01Copy full SHA for 3bd0c01
README.md
@@ -132,14 +132,16 @@ Or you may want to retrieve the dependency automatically if you have a sufficien
132
FetchContent_Declare(
133
fast_float
134
GIT_REPOSITORY https://github.com/lemire/fast_float.git
135
- GIT_TAG origin/main
+ GIT_TAG tags/v1.1.2
136
GIT_SHALLOW TRUE)
137
138
FetchContent_MakeAvailable(fast_float)
139
target_link_libraries(myprogram PUBLIC fast_float)
140
141
```
142
143
+You should change the `GIT_TAG` line so that you recover the version you wish to use.
144
+
145
## Using as single header
146
147
The script `script/amalgamate.py` may be used to generate a single header
0 commit comments